Color Hex Logo

#eee370 Color Hex

#EEE370
(238,227,112)
0 Favorites   0 Comments

Color spaces of #eee370

RGB 238227112
HSL0.150.790.69
HSV55°53°93°
CMYK 0.000.050.53   0.07
XYZ65.653674.285226.2074
Yxy74.28520.39520.4471
Hunter Lab86.1889-14.859742.3039
CIE-Lab89.0571-10.844856.7241

#eee370 color RGB value is (238,227,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 01110000
Octal 356 343 160
Decimal 238 227 112
Hex EE E3 70

RGB Percentages of Color #eee370

%41.25
%39.34
%19.41

CMYK Percentages of Color #eee370

%0
%5
%53
%7

Triadic Colors of #eee370

#eee370 #70eee3 #e370ee

Analogous Colors of #eee370

#eee370 #baee70 #eea470

Monochromatic Colors of #eee370

#eee370

Complementary Color

#eee370 #707bee

#eee370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee370 Color CSS Codes

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

#eee370 Text Font Color

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

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


#eee370 Background Color

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

This div background color is #eee370


#eee370 Border Color

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

This div border color is #eee370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee370


Comments

No comments written yet.

Please login to write comment.