Color Hex Logo

#eee570 Color Hex

#EEE570
(238,229,112)
0 Favorites   0 Comments

Color spaces of #eee570

RGB 238229112
HSL0.150.790.69
HSV56°53°93°
CMYK 0.000.040.53   0.07
XYZ66.203875.385626.3908
Yxy75.38560.39410.4488
Hunter Lab86.8249-15.837642.7560
CIE-Lab89.5733-11.838657.3246

#eee570 color RGB value is (238,229,112).

#eee570 hex color red value is 238, green value is 229 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eee570 hue: 0.15 , saturation: 0.79 and the lightness value of eee570 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 01110000
Octal 356 345 160
Decimal 238 229 112
Hex EE E5 70

RGB Percentages of Color #eee570

%41.11
%39.55
%19.34

CMYK Percentages of Color #eee570

%0
%4
%53
%7

Triadic Colors of #eee570

#eee570 #70eee5 #e570ee

Analogous Colors of #eee570

#eee570 #b8ee70 #eea670

Monochromatic Colors of #eee570

#eee570

Complementary Color

#eee570 #7079ee

#eee570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee570 Color CSS Codes

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

#eee570 Text Font Color

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

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


#eee570 Background Color

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

This div background color is #eee570


#eee570 Border Color

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

This div border color is #eee570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee570


Comments

No comments written yet.

Please login to write comment.