Color Hex Logo

#eed79b Color Hex

#EED79B
(238,215,155)
0 Favorites   0 Comments

Color spaces of #eed79b

RGB 238215155
HSL0.120.710.77
HSV43°35°93°
CMYK 0.000.100.35   0.07
XYZ65.476769.144640.9056
Yxy69.14460.37300.3939
Hunter Lab83.1532-4.963329.0407
CIE-Lab86.5756-0.546032.5419

#eed79b color RGB value is (238,215,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 10011011
Octal 356 327 233
Decimal 238 215 155
Hex EE D7 9B

RGB Percentages of Color #eed79b

%39.14
%35.36
%25.49

CMYK Percentages of Color #eed79b

%0
%10
%35
%7

Triadic Colors of #eed79b

#eed79b #9beed7 #d79bee

Analogous Colors of #eed79b

#eed79b #dcee9b #eeae9b

Monochromatic Colors of #eed79b

#eed79b

Complementary Color

#eed79b #9bb2ee

#eed79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed79b Color CSS Codes

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

#eed79b Text Font Color

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

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


#eed79b Background Color

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

This div background color is #eed79b


#eed79b Border Color

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

This div border color is #eed79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed79b


Comments

No comments written yet.

Please login to write comment.