Color Hex Logo

#eed68a Color Hex

#EED68A
(238,214,138)
0 Favorites   0 Comments

Color spaces of #eed68a

RGB 238214138
HSL0.130.750.74
HSV46°42°93°
CMYK 0.000.100.42   0.07
XYZ63.893968.105333.8228
Yxy68.10530.38530.4107
Hunter Lab82.5259-6.220733.4685
CIE-Lab86.0591-1.906940.5137

#eed68a color RGB value is (238,214,138).

#eed68a hex color red value is 238, green value is 214 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eed68a hue: 0.13 , saturation: 0.75 and the lightness value of eed68a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 10001010
Octal 356 326 212
Decimal 238 214 138
Hex EE D6 8A

RGB Percentages of Color #eed68a

%40.34
%36.27
%23.39

CMYK Percentages of Color #eed68a

%0
%10
%42
%7

Triadic Colors of #eed68a

#eed68a #8aeed6 #d68aee

Analogous Colors of #eed68a

#eed68a #d4ee8a #eea48a

Monochromatic Colors of #eed68a

#eed68a

Complementary Color

#eed68a #8aa2ee

#eed68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed68a Color CSS Codes

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

#eed68a Text Font Color

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

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


#eed68a Background Color

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

This div background color is #eed68a


#eed68a Border Color

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

This div border color is #eed68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed68a


Comments

No comments written yet.

Please login to write comment.