Color Hex Logo

#eed58b Color Hex

#EED58B
(238,213,139)
0 Favorites   0 Comments

Color spaces of #eed58b

RGB 238213139
HSL0.120.740.74
HSV45°42°93°
CMYK 0.000.110.42   0.07
XYZ63.714367.629734.1218
Yxy67.62970.38510.4087
Hunter Lab82.2373-5.620332.9656
CIE-Lab85.8209-1.291339.7051

#eed58b color RGB value is (238,213,139).

#eed58b hex color red value is 238, green value is 213 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eed58b hue: 0.12 , saturation: 0.74 and the lightness value of eed58b is 0.74.

The process color (four color CMYK) of #eed58b color hex is 0.00, 0.11, 0.42, 0.07. Web safe color of #eed58b is #ffcc99. Color #eed58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 10001011
Octal 356 325 213
Decimal 238 213 139
Hex EE D5 8B

RGB Percentages of Color #eed58b

%40.34
%36.10
%23.56

CMYK Percentages of Color #eed58b

%0
%11
%42
%7

Triadic Colors of #eed58b

#eed58b #8beed5 #d58bee

Analogous Colors of #eed58b

#eed58b #d6ee8b #eea48b

Monochromatic Colors of #eed58b

#eed58b

Complementary Color

#eed58b #8ba4ee

#eed58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed58b Color CSS Codes

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

#eed58b Text Font Color

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

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


#eed58b Background Color

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

This div background color is #eed58b


#eed58b Border Color

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

This div border color is #eed58b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,213,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed58b


Comments

No comments written yet.

Please login to write comment.