Color Hex Logo

#eaf3db Color Hex

#EAF3DB
(234,243,219)
0 Favorites   0 Comments

Color spaces of #eaf3db

RGB 234243219
HSL0.230.500.91
HSV83°10°95°
CMYK 0.040.000.10   0.05
XYZ78.768586.708179.6026
Yxy86.70810.32140.3538
Hunter Lab93.1172-11.960614.4971
CIE-Lab94.6143-7.135310.5429

#eaf3db color RGB value is (234,243,219).

#eaf3db hex color red value is 234, green value is 243 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eaf3db hue: 0.23 , saturation: 0.50 and the lightness value of eaf3db is 0.91.

The process color (four color CMYK) of #eaf3db color hex is 0.04, 0.00, 0.10, 0.05. Web safe color of #eaf3db is #ffffcc. Color #eaf3db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 11011011
Octal 352 363 333
Decimal 234 243 219
Hex EA F3 DB

RGB Percentages of Color #eaf3db

%33.62
%34.91
%31.47

CMYK Percentages of Color #eaf3db

%4
%0
%10
%5

Triadic Colors of #eaf3db

#eaf3db #dbeaf3 #f3dbea

Analogous Colors of #eaf3db

#eaf3db #def3db #f3f0db

Monochromatic Colors of #eaf3db

#eaf3db

Complementary Color

#eaf3db #e4dbf3

#eaf3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf3db Color CSS Codes

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

#eaf3db Text Font Color

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

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


#eaf3db Background Color

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

This div background color is #eaf3db


#eaf3db Border Color

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

This div border color is #eaf3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,243,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 #eaf3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf3db


Comments

No comments written yet.

Please login to write comment.