Color Hex Logo

#eafce9 Color Hex

#EAFCE9
(234,252,233)
0 Favorites   0 Comments

Color spaces of #eafce9

RGB 234252233
HSL0.320.760.95
HSV117°99°
CMYK 0.070.000.08   0.01
XYZ83.450192.996490.6426
Yxy92.99640.31240.3482
Hunter Lab96.4346-14.294911.7753
CIE-Lab97.2261-9.26727.0748

#eafce9 color RGB value is (234,252,233).

#eafce9 hex color red value is 234, green value is 252 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #eafce9 hue: 0.32 , saturation: 0.76 and the lightness value of eafce9 is 0.95.

The process color (four color CMYK) of #eafce9 color hex is 0.07, 0.00, 0.08, 0.01. Web safe color of #eafce9 is #ffffff. Color #eafce9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111100 11101001
Octal 352 374 351
Decimal 234 252 233
Hex EA FC E9

RGB Percentages of Color #eafce9

%32.55
%35.05
%32.41

CMYK Percentages of Color #eafce9

%7
%0
%8
%1

Triadic Colors of #eafce9

#eafce9 #e9eafc #fce9ea

Analogous Colors of #eafce9

#eafce9 #e9fcf2 #f4fce9

Monochromatic Colors of #eafce9

#eafce9

Complementary Color

#eafce9 #fbe9fc

#eafce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafce9 Color CSS Codes

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

#eafce9 Text Font Color

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

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


#eafce9 Background Color

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

This div background color is #eafce9


#eafce9 Border Color

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

This div border color is #eafce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafce9

Related Colors


Comments

No comments written yet.

Please login to write comment.