Color Hex Logo

#eaf8dc Color Hex

#EAF8DC
(234,248,220)
0 Favorites   0 Comments

Color spaces of #eaf8dc

RGB 234248220
HSL0.250.670.92
HSV90°11°97°
CMYK 0.060.000.11   0.03
XYZ80.417489.794580.8038
Yxy89.79450.32040.3577
Hunter Lab94.7600-14.347115.7741
CIE-Lab95.9115-9.472011.8777

#eaf8dc color RGB value is (234,248,220).

#eaf8dc hex color red value is 234, green value is 248 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eaf8dc hue: 0.25 , saturation: 0.67 and the lightness value of eaf8dc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 11011100
Octal 352 370 334
Decimal 234 248 220
Hex EA F8 DC

RGB Percentages of Color #eaf8dc

%33.33
%35.33
%31.34

CMYK Percentages of Color #eaf8dc

%6
%0
%11
%3

Triadic Colors of #eaf8dc

#eaf8dc #dceaf8 #f8dcea

Analogous Colors of #eaf8dc

#eaf8dc #dcf8dc #f8f8dc

Monochromatic Colors of #eaf8dc

#eaf8dc

Complementary Color

#eaf8dc #eadcf8

#eaf8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf8dc Color CSS Codes

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

#eaf8dc Text Font Color

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

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


#eaf8dc Background Color

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

This div background color is #eaf8dc


#eaf8dc Border Color

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

This div border color is #eaf8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf8dc


Comments

No comments written yet.

Please login to write comment.