Color Hex Logo

#eaf88c Color Hex

#EAF88C
(234,248,140)
0 Favorites   0 Comments

Color spaces of #eaf88c

RGB 234248140
HSL0.190.890.76
HSV68°44°97°
CMYK 0.060.000.44   0.03
XYZ72.232786.520737.7040
Yxy86.52070.36770.4404
Hunter Lab93.0165-24.163341.0785
CIE-Lab94.5345-20.158150.1320

#eaf88c color RGB value is (234,248,140).

#eaf88c hex color red value is 234, green value is 248 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eaf88c hue: 0.19 , saturation: 0.89 and the lightness value of eaf88c is 0.76.

The process color (four color CMYK) of #eaf88c color hex is 0.06, 0.00, 0.44, 0.03. Web safe color of #eaf88c is #ffff99. Color #eaf88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 10001100
Octal 352 370 214
Decimal 234 248 140
Hex EA F8 8C

RGB Percentages of Color #eaf88c

%37.62
%39.87
%22.51

CMYK Percentages of Color #eaf88c

%6
%0
%44
%3

Triadic Colors of #eaf88c

#eaf88c #8ceaf8 #f88cea

Analogous Colors of #eaf88c

#eaf88c #b4f88c #f8d08c

Monochromatic Colors of #eaf88c

#eaf88c

Complementary Color

#eaf88c #9a8cf8

#eaf88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf88c Color CSS Codes

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

#eaf88c Text Font Color

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

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


#eaf88c Background Color

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

This div background color is #eaf88c


#eaf88c Border Color

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

This div border color is #eaf88c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,248,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaf88c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaf88c;
  -webkit-box-shadow: 1px 1px 3px 2px #eaf88c;
  box-shadow:         1px 1px 3px 2px #eaf88c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,248,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf88c


Comments

No comments written yet.

Please login to write comment.