Color Hex Logo

#eed99b Color Hex

#EED99B
(238,217,155)
0 Favorites   0 Comments

Color spaces of #eed99b

RGB 238217155
HSL0.120.710.77
HSV45°35°93°
CMYK 0.000.090.35   0.07
XYZ65.989170.169441.0764
Yxy70.16940.37230.3959
Hunter Lab83.7672-5.976029.5633
CIE-Lab87.0799-1.570733.2108

#eed99b color RGB value is (238,217,155).

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

The process color (four color CMYK) of #eed99b color hex is 0.00, 0.09, 0.35, 0.07. Web safe color of #eed99b is #ffcc99. Color #eed99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011001 10011011
Octal 356 331 233
Decimal 238 217 155
Hex EE D9 9B

RGB Percentages of Color #eed99b

%39.02
%35.57
%25.41

CMYK Percentages of Color #eed99b

%0
%9
%35
%7

Triadic Colors of #eed99b

#eed99b #9beed9 #d99bee

Analogous Colors of #eed99b

#eed99b #daee9b #eeb09b

Monochromatic Colors of #eed99b

#eed99b

Complementary Color

#eed99b #9bb0ee

#eed99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed99b Color CSS Codes

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

#eed99b Text Font Color

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

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


#eed99b Background Color

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

This div background color is #eed99b


#eed99b Border Color

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

This div border color is #eed99b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #eed99b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed99b

#eed99b Color Palettes


Comments

No comments written yet.

Please login to write comment.