Color Hex Logo

#e8ec70 Color Hex

#E8EC70
(232,236,112)
0 Favorites   0 Comments

Color spaces of #e8ec70

RGB 232236112
HSL0.170.770.68
HSV62°53°93°
CMYK 0.020.000.53   0.07
XYZ66.198878.316626.9568
Yxy78.31660.38610.4567
Hunter Lab88.4967-21.344543.8875
CIE-Lab90.9242-17.672458.7685

#e8ec70 color RGB value is (232,236,112).

#e8ec70 hex color red value is 232, green value is 236 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e8ec70 hue: 0.17 , saturation: 0.77 and the lightness value of e8ec70 is 0.68.

The process color (four color CMYK) of #e8ec70 color hex is 0.02, 0.00, 0.53, 0.07. Web safe color of #e8ec70 is #ffff66. Color #e8ec70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11101100 01110000
Octal 350 354 160
Decimal 232 236 112
Hex E8 EC 70

RGB Percentages of Color #e8ec70

%40.00
%40.69
%19.31

CMYK Percentages of Color #e8ec70

%2
%0
%53
%7

Triadic Colors of #e8ec70

#e8ec70 #70e8ec #ec70e8

Analogous Colors of #e8ec70

#e8ec70 #aaec70 #ecb270

Monochromatic Colors of #e8ec70

#e8ec70

Complementary Color

#e8ec70 #7470ec

#e8ec70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ec70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ec70 Color CSS Codes

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

#e8ec70 Text Font Color

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

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


#e8ec70 Background Color

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

This div background color is #e8ec70


#e8ec70 Border Color

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

This div border color is #e8ec70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ec70


Comments

No comments written yet.

Please login to write comment.