Color Hex Logo

#ecd99b Color Hex

#ECD99B
(236,217,155)
0 Favorites   0 Comments

Color spaces of #ecd99b

RGB 236217155
HSL0.130.680.77
HSV46°34°93°
CMYK 0.000.080.34   0.07
XYZ65.321369.825141.0451
Yxy69.82510.37070.3963
Hunter Lab83.5614-6.696229.3699
CIE-Lab86.9110-2.341332.9563

#ecd99b color RGB value is (236,217,155).

#ecd99b hex color red value is 236, green value is 217 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ecd99b hue: 0.13 , saturation: 0.68 and the lightness value of ecd99b is 0.77.

The process color (four color CMYK) of #ecd99b color hex is 0.00, 0.08, 0.34, 0.07. Web safe color of #ecd99b is #ffcc99. Color #ecd99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10011011
Octal 354 331 233
Decimal 236 217 155
Hex EC D9 9B

RGB Percentages of Color #ecd99b

%38.82
%35.69
%25.49

CMYK Percentages of Color #ecd99b

%0
%8
%34
%7

Triadic Colors of #ecd99b

#ecd99b #9becd9 #d99bec

Analogous Colors of #ecd99b

#ecd99b #d7ec9b #ecb19b

Monochromatic Colors of #ecd99b

#ecd99b

Complementary Color

#ecd99b #9baeec

#ecd99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd99b Color CSS Codes

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

#ecd99b Text Font Color

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

This sample text font color is #ecd99b
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.


#ecd99b Background Color

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

This div background color is #ecd99b


#ecd99b Border Color

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

This div border color is #ecd99b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,217,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecd99b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecd99b;
  -webkit-box-shadow: 1px 1px 3px 2px #ecd99b;
  box-shadow:         1px 1px 3px 2px #ecd99b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,217,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd99b


Comments

No comments written yet.

Please login to write comment.