Color Hex Logo

#eaf9ee Color Hex

#EAF9EE
(234,249,238)
0 Favorites   0 Comments

Color spaces of #eaf9ee

RGB 234249238
HSL0.380.560.95
HSV136°98°
CMYK 0.060.000.04   0.02
XYZ83.240091.416894.1469
Yxy91.41680.30970.3401
Hunter Lab95.6121-11.91908.5471
CIE-Lab96.5814-6.89033.5692

#eaf9ee color RGB value is (234,249,238).

#eaf9ee hex color red value is 234, green value is 249 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eaf9ee hue: 0.38 , saturation: 0.56 and the lightness value of eaf9ee is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 11101110
Octal 352 371 356
Decimal 234 249 238
Hex EA F9 EE

RGB Percentages of Color #eaf9ee

%32.45
%34.54
%33.01

CMYK Percentages of Color #eaf9ee

%6
%0
%4
%2

Triadic Colors of #eaf9ee

#eaf9ee #eeeaf9 #f9eeea

Analogous Colors of #eaf9ee

#eaf9ee #eaf9f6 #eef9ea

Monochromatic Colors of #eaf9ee

#eaf9ee

Complementary Color

#eaf9ee #f9eaf5

#eaf9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf9ee Color CSS Codes

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

#eaf9ee Text Font Color

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

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


#eaf9ee Background Color

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

This div background color is #eaf9ee


#eaf9ee Border Color

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

This div border color is #eaf9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf9ee


Comments

No comments written yet.

Please login to write comment.