color codes Logo

#ebd88c color codes

#EBD88C
(235,216,140)
0 Favorites   0 Comments

Color spaces of #ebd88c

RGB 235216140
HSL0.130.700.74
HSV48°40°92°
CMYK 0.000.080.40   0.08
XYZ63.550468.667434.7156
Yxy68.66740.38070.4113
Hunter Lab82.8658-8.122233.1672
CIE-Lab86.3391-3.900239.8150

#ebd88c color RGB value is (235,216,140).

#ebd88c hex color red value is 235, green value is 216 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ebd88c hue: 0.13 , saturation: 0.70 and the lightness value of ebd88c is 0.74.

The process color (four color CMYK) of #ebd88c color code is 0.00, 0.08, 0.40, 0.08. Web safe color of #ebd88c is #ffcc99. Color #ebd88c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10001100
Octal 353 330 214
Decimal 235 216 140
Hex EB D8 8C

RGB Percentages of Color #ebd88c

%39.76
%36.55
%23.69

CMYK Percentages of Color #ebd88c

%0
%8
%40
%8

Triadic Colors of #ebd88c

#ebd88c #8cebd8 #d88ceb

Analogous Colors of #ebd88c

#ebd88c #cfeb8c #eba98c

Monochromatic Colors of #ebd88c

#ebd88c

Complementary Color

#ebd88c #8c9feb

#ebd88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd88c Color CSS Codes

.mybgcolor {background-color:#ebd88c; } 
.myforecolor {color:#ebd88c; }
.mybordercolor {border:3px solid #ebd88c; }

#ebd88c Text Font Color

<p style="color:#ebd88c">Text here</p>

This sample text font color is #ebd88c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ebd88c Background Color

<div style="background-color:#ebd88c">
Div content here</div>

This div background color is #ebd88c


#ebd88c Border Color

<div style="border:3px solid #ebd88c">
Div here</div>

This div border color is #ebd88c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,216,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebd88c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebd88c;
  -webkit-box-shadow: 1px 1px 3px 2px #ebd88c;
  box-shadow:         1px 1px 3px 2px #ebd88c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,216,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebd88c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd88c;
  -webkit-box-shadow: 1px 1px 3px 2px #ebd88c;
  box-shadow:         1px 1px 3px 2px #ebd88c;">
Div content here</div>

This div box has shadow with color #ebd88c


Comments

No comments written yet.

Please login to write comment.