Color Hex Logo

#eaf099 Color Hex

#EAF099
(234,240,153)
0 Favorites   0 Comments

Color spaces of #eaf099

RGB 234240153
HSL0.180.740.77
HSV64°36°94°
CMYK 0.030.000.36   0.06
XYZ70.841582.112542.2525
Yxy82.11250.36290.4206
Hunter Lab90.6159-19.030635.7854
CIE-Lab92.6245-14.873441.4042

#eaf099 color RGB value is (234,240,153).

#eaf099 hex color red value is 234, green value is 240 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #eaf099 hue: 0.18 , saturation: 0.74 and the lightness value of eaf099 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 10011001
Octal 352 360 231
Decimal 234 240 153
Hex EA F0 99

RGB Percentages of Color #eaf099

%37.32
%38.28
%24.40

CMYK Percentages of Color #eaf099

%3
%0
%36
%6

Triadic Colors of #eaf099

#eaf099 #99eaf0 #f099ea

Analogous Colors of #eaf099

#eaf099 #bff099 #f0cb99

Monochromatic Colors of #eaf099

#eaf099

Complementary Color

#eaf099 #9f99f0

#eaf099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf099 Color CSS Codes

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

#eaf099 Text Font Color

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

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


#eaf099 Background Color

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

This div background color is #eaf099


#eaf099 Border Color

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

This div border color is #eaf099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf099


Comments

No comments written yet.

Please login to write comment.