Color Hex Logo

#eaef8f Color Hex

#EAEF8F
(234,239,143)
0 Favorites   0 Comments

Color spaces of #eaef8f

RGB 234239143
HSL0.180.750.75
HSV63°40°94°
CMYK 0.020.000.40   0.06
XYZ69.756181.208637.9849
Yxy81.20860.36920.4298
Hunter Lab90.1158-19.530938.0896
CIE-Lab92.2244-15.476345.8011

#eaef8f color RGB value is (234,239,143).

#eaef8f hex color red value is 234, green value is 239 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eaef8f hue: 0.18 , saturation: 0.75 and the lightness value of eaef8f is 0.75.

The process color (four color CMYK) of #eaef8f color hex is 0.02, 0.00, 0.40, 0.06. Web safe color of #eaef8f is #ffff99. Color #eaef8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10001111
Octal 352 357 217
Decimal 234 239 143
Hex EA EF 8F

RGB Percentages of Color #eaef8f

%37.99
%38.80
%23.21

CMYK Percentages of Color #eaef8f

%2
%0
%40
%6

Triadic Colors of #eaef8f

#eaef8f #8feaef #ef8fea

Analogous Colors of #eaef8f

#eaef8f #baef8f #efc48f

Monochromatic Colors of #eaef8f

#eaef8f

Complementary Color

#eaef8f #948fef

#eaef8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaef8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaef8f Color CSS Codes

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

#eaef8f Text Font Color

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

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


#eaef8f Background Color

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

This div background color is #eaef8f


#eaef8f Border Color

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

This div border color is #eaef8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaef8f


Comments

No comments written yet.

Please login to write comment.