Color Hex Logo

#eee664 Color Hex

#EEE664
(238,230,100)
0 Favorites   0 Comments

Color spaces of #eee664

RGB 238230100
HSL0.160.800.66
HSV57°58°93°
CMYK 0.000.030.58   0.07
XYZ65.857075.690923.1954
Yxy75.69090.39980.4594
Hunter Lab87.0005-17.131345.0929
CIE-Lab89.7156-13.227362.8208

#eee664 color RGB value is (238,230,100).

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

The process color (four color CMYK) of #eee664 color hex is 0.00, 0.03, 0.58, 0.07. Web safe color of #eee664 is #ffff66. Color #eee664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 01100100
Octal 356 346 144
Decimal 238 230 100
Hex EE E6 64

RGB Percentages of Color #eee664

%41.90
%40.49
%17.61

CMYK Percentages of Color #eee664

%0
%3
%58
%7

Triadic Colors of #eee664

#eee664 #64eee6 #e664ee

Analogous Colors of #eee664

#eee664 #b1ee64 #eea164

Monochromatic Colors of #eee664

#eee664

Complementary Color

#eee664 #646cee

#eee664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee664 Color CSS Codes

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

#eee664 Text Font Color

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

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


#eee664 Background Color

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

This div background color is #eee664


#eee664 Border Color

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

This div border color is #eee664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee664


Comments

No comments written yet.

Please login to write comment.