Color Hex Logo

#e1ec80 Color Hex

#E1EC80
(225,236,128)
0 Favorites   0 Comments

Color spaces of #e1ec80

RGB 225236128
HSL0.180.740.71
HSV66°46°93°
CMYK 0.050.000.46   0.07
XYZ64.943177.557031.9692
Yxy77.55700.37220.4445
Hunter Lab88.0665-22.484540.1235
CIE-Lab90.5774-18.997850.8248

#e1ec80 color RGB value is (225,236,128).

#e1ec80 hex color red value is 225, green value is 236 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e1ec80 hue: 0.18 , saturation: 0.74 and the lightness value of e1ec80 is 0.71.

The process color (four color CMYK) of #e1ec80 color hex is 0.05, 0.00, 0.46, 0.07. Web safe color of #e1ec80 is #ccff99. Color #e1ec80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101100 10000000
Octal 341 354 200
Decimal 225 236 128
Hex E1 EC 80

RGB Percentages of Color #e1ec80

%38.20
%40.07
%21.73

CMYK Percentages of Color #e1ec80

%5
%0
%46
%7

Triadic Colors of #e1ec80

#e1ec80 #80e1ec #ec80e1

Analogous Colors of #e1ec80

#e1ec80 #abec80 #ecc180

Monochromatic Colors of #e1ec80

#e1ec80

Complementary Color

#e1ec80 #8b80ec

#e1ec80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ec80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ec80 Color CSS Codes

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

#e1ec80 Text Font Color

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

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


#e1ec80 Background Color

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

This div background color is #e1ec80


#e1ec80 Border Color

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

This div border color is #e1ec80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,236,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ec80


Comments

No comments written yet.

Please login to write comment.