Color Hex Logo

#eafde3 Color Hex

#EAFDE3
(234,253,227)
0 Favorites   0 Comments

Color spaces of #eafde3

RGB 234253227
HSL0.290.870.94
HSV104°10°99°
CMYK 0.080.000.10   0.01
XYZ82.922193.289086.3092
Yxy93.28900.31590.3554
Hunter Lab96.5862-15.778414.6290
CIE-Lab97.3448-10.790410.3266

#eafde3 color RGB value is (234,253,227).

#eafde3 hex color red value is 234, green value is 253 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #eafde3 hue: 0.29 , saturation: 0.87 and the lightness value of eafde3 is 0.94.

The process color (four color CMYK) of #eafde3 color hex is 0.08, 0.00, 0.10, 0.01. Web safe color of #eafde3 is #ffffcc. Color #eafde3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 11100011
Octal 352 375 343
Decimal 234 253 227
Hex EA FD E3

RGB Percentages of Color #eafde3

%32.77
%35.43
%31.79

CMYK Percentages of Color #eafde3

%8
%0
%10
%1

Triadic Colors of #eafde3

#eafde3 #e3eafd #fde3ea

Analogous Colors of #eafde3

#eafde3 #e3fde9 #f7fde3

Monochromatic Colors of #eafde3

#eafde3

Complementary Color

#eafde3 #f6e3fd

#eafde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafde3 Color CSS Codes

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

#eafde3 Text Font Color

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

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


#eafde3 Background Color

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

This div background color is #eafde3


#eafde3 Border Color

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

This div border color is #eafde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafde3


Comments

No comments written yet.

Please login to write comment.