Color Hex Logo

#eaf1db Color Hex

#EAF1DB
(234,241,219)
0 Favorites   0 Comments

Color spaces of #eaf1db

RGB 234241219
HSL0.220.440.90
HSV79°95°
CMYK 0.030.000.09   0.05
XYZ78.173285.517579.4042
Yxy85.51750.32160.3518
Hunter Lab92.4757-10.939613.8236
CIE-Lab94.1057-6.12919.8158

#eaf1db color RGB value is (234,241,219).

#eaf1db hex color red value is 234, green value is 241 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eaf1db hue: 0.22 , saturation: 0.44 and the lightness value of eaf1db is 0.90.

The process color (four color CMYK) of #eaf1db color hex is 0.03, 0.00, 0.09, 0.05. Web safe color of #eaf1db is #ffffcc. Color #eaf1db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 11011011
Octal 352 361 333
Decimal 234 241 219
Hex EA F1 DB

RGB Percentages of Color #eaf1db

%33.72
%34.73
%31.56

CMYK Percentages of Color #eaf1db

%3
%0
%9
%5

Triadic Colors of #eaf1db

#eaf1db #dbeaf1 #f1dbea

Analogous Colors of #eaf1db

#eaf1db #dff1db #f1eddb

Monochromatic Colors of #eaf1db

#eaf1db

Complementary Color

#eaf1db #e2dbf1

#eaf1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf1db Color CSS Codes

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

#eaf1db Text Font Color

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

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


#eaf1db Background Color

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

This div background color is #eaf1db


#eaf1db Border Color

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

This div border color is #eaf1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf1db


Comments

No comments written yet.

Please login to write comment.