Color Hex Logo

#eaf8ea Color Hex

#EAF8EA
(234,248,234)
0 Favorites   0 Comments

Color spaces of #eaf8ea

RGB 234248234
HSL0.330.500.95
HSV120°97°
CMYK 0.060.000.06   0.03
XYZ82.350490.567790.9829
Yxy90.56770.31210.3432
Hunter Lab95.1671-12.08199.9337
CIE-Lab96.2318-7.09355.1252

#eaf8ea color RGB value is (234,248,234).

#eaf8ea hex color red value is 234, green value is 248 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eaf8ea hue: 0.33 , saturation: 0.50 and the lightness value of eaf8ea is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 11101010
Octal 352 370 352
Decimal 234 248 234
Hex EA F8 EA

RGB Percentages of Color #eaf8ea

%32.68
%34.64
%32.68

CMYK Percentages of Color #eaf8ea

%6
%0
%6
%3

Triadic Colors of #eaf8ea

#eaf8ea #eaeaf8 #f8eaea

Analogous Colors of #eaf8ea

#eaf8ea #eaf8f1 #f1f8ea

Monochromatic Colors of #eaf8ea

#eaf8ea

Complementary Color

#eaf8ea #f8eaf8

#eaf8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf8ea Color CSS Codes

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

#eaf8ea Text Font Color

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

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


#eaf8ea Background Color

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

This div background color is #eaf8ea


#eaf8ea Border Color

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

This div border color is #eaf8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf8ea


Comments

No comments written yet.

Please login to write comment.