Color Hex Logo

#eedf9b Color Hex

#EEDF9B
(238,223,155)
0 Favorites   0 Comments

Color spaces of #eedf9b

RGB 238223155
HSL0.140.710.77
HSV49°35°93°
CMYK 0.000.060.35   0.07
XYZ67.564073.319141.6013
Yxy73.31910.37020.4018
Hunter Lab85.6266-9.000331.1328
CIE-Lab88.5997-4.627035.2182

#eedf9b color RGB value is (238,223,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10011011
Octal 356 337 233
Decimal 238 223 155
Hex EE DF 9B

RGB Percentages of Color #eedf9b

%38.64
%36.20
%25.16

CMYK Percentages of Color #eedf9b

%0
%6
%35
%7

Triadic Colors of #eedf9b

#eedf9b #9beedf #df9bee

Analogous Colors of #eedf9b

#eedf9b #d4ee9b #eeb69b

Monochromatic Colors of #eedf9b

#eedf9b

Complementary Color

#eedf9b #9baaee

#eedf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf9b Color CSS Codes

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

#eedf9b Text Font Color

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

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


#eedf9b Background Color

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

This div background color is #eedf9b


#eedf9b Border Color

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

This div border color is #eedf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf9b


Comments

No comments written yet.

Please login to write comment.