Color Hex Logo

#e0e970 Color Hex

#E0E970
(224,233,112)
0 Favorites   0 Comments

Color spaces of #e0e970

RGB 224233112
HSL0.180.730.68
HSV64°52°91°
CMYK 0.040.000.52   0.09
XYZ62.804075.295026.5525
Yxy75.29500.38140.4573
Hunter Lab86.7727-22.658242.5981
CIE-Lab89.5310-19.376856.9974

#e0e970 color RGB value is (224,233,112).

#e0e970 hex color red value is 224, green value is 233 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e0e970 hue: 0.18 , saturation: 0.73 and the lightness value of e0e970 is 0.68.

The process color (four color CMYK) of #e0e970 color hex is 0.04, 0.00, 0.52, 0.09. Web safe color of #e0e970 is #ccff66. Color #e0e970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101001 01110000
Octal 340 351 160
Decimal 224 233 112
Hex E0 E9 70

RGB Percentages of Color #e0e970

%39.37
%40.95
%19.68

CMYK Percentages of Color #e0e970

%4
%0
%52
%9

Triadic Colors of #e0e970

#e0e970 #70e0e9 #e970e0

Analogous Colors of #e0e970

#e0e970 #a4e970 #e9b670

Monochromatic Colors of #e0e970

#e0e970

Complementary Color

#e0e970 #7970e9

#e0e970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0e970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0e970 Color CSS Codes

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

#e0e970 Text Font Color

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

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


#e0e970 Background Color

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

This div background color is #e0e970


#e0e970 Border Color

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

This div border color is #e0e970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0e970


Comments

No comments written yet.

Please login to write comment.