Color Hex Logo

#eee564 Color Hex

#EEE564
(238,229,100)
0 Favorites   0 Comments

Color spaces of #eee564

RGB 238229100
HSL0.160.800.66
HSV56°58°93°
CMYK 0.000.040.58   0.07
XYZ65.579575.135923.1029
Yxy75.13590.40030.4587
Hunter Lab86.6810-16.645444.8742
CIE-Lab89.4566-12.733262.5332

#eee564 color RGB value is (238,229,100).

#eee564 hex color red value is 238, green value is 229 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eee564 hue: 0.16 , saturation: 0.80 and the lightness value of eee564 is 0.66.

The process color (four color CMYK) of #eee564 color hex is 0.00, 0.04, 0.58, 0.07. Web safe color of #eee564 is #ffcc66. Color #eee564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 01100100
Octal 356 345 144
Decimal 238 229 100
Hex EE E5 64

RGB Percentages of Color #eee564

%41.98
%40.39
%17.64

CMYK Percentages of Color #eee564

%0
%4
%58
%7

Triadic Colors of #eee564

#eee564 #64eee5 #e564ee

Analogous Colors of #eee564

#eee564 #b2ee64 #eea064

Monochromatic Colors of #eee564

#eee564

Complementary Color

#eee564 #646dee

#eee564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee564 Color CSS Codes

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

#eee564 Text Font Color

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

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


#eee564 Background Color

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

This div background color is #eee564


#eee564 Border Color

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

This div border color is #eee564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee564


Comments

No comments written yet.

Please login to write comment.