Color Hex Logo

#eed866 Color Hex

#EED866
(238,216,102)
0 Favorites   0 Comments

Color spaces of #eed866

RGB 238216102
HSL0.140.800.67
HSV50°57°93°
CMYK 0.000.090.57   0.07
XYZ62.214068.248222.4646
Yxy68.24820.40680.4463
Hunter Lab82.6125-10.146641.7061
CIE-Lab86.1304-6.087257.9072

#eed866 color RGB value is (238,216,102).

#eed866 hex color red value is 238, green value is 216 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eed866 hue: 0.14 , saturation: 0.80 and the lightness value of eed866 is 0.67.

The process color (four color CMYK) of #eed866 color hex is 0.00, 0.09, 0.57, 0.07. Web safe color of #eed866 is #ffcc66. Color #eed866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 01100110
Octal 356 330 146
Decimal 238 216 102
Hex EE D8 66

RGB Percentages of Color #eed866

%42.81
%38.85
%18.35

CMYK Percentages of Color #eed866

%0
%9
%57
%7

Triadic Colors of #eed866

#eed866 #66eed8 #d866ee

Analogous Colors of #eed866

#eed866 #c0ee66 #ee9466

Monochromatic Colors of #eed866

#eed866

Complementary Color

#eed866 #667cee

#eed866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed866 Color CSS Codes

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

#eed866 Text Font Color

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

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


#eed866 Background Color

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

This div background color is #eed866


#eed866 Border Color

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

This div border color is #eed866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed866


Comments

No comments written yet.

Please login to write comment.