Color Hex Logo

#eaffd4 Color Hex

#EAFFD4
(234,255,212)
0 Favorites   0 Comments

Color spaces of #eaffd4

RGB 234255212
HSL0.251.000.92
HSV89°17°100°
CMYK 0.080.000.17   0.00
XYZ81.575393.765976.0865
Yxy93.76590.32440.3729
Hunter Lab96.8328-19.082821.1958
CIE-Lab97.5376-14.222218.2759

#eaffd4 color RGB value is (234,255,212).

#eaffd4 hex color red value is 234, green value is 255 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eaffd4 hue: 0.25 , saturation: 1.00 and the lightness value of eaffd4 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 11010100
Octal 352 377 324
Decimal 234 255 212
Hex EA FF D4

RGB Percentages of Color #eaffd4

%33.38
%36.38
%30.24

CMYK Percentages of Color #eaffd4

%8
%0
%17
%0

Triadic Colors of #eaffd4

#eaffd4 #d4eaff #ffd4ea

Analogous Colors of #eaffd4

#eaffd4 #d5ffd4 #ffffd4

Monochromatic Colors of #eaffd4

#eaffd4

Complementary Color

#eaffd4 #e9d4ff

#eaffd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaffd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaffd4 Color CSS Codes

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

#eaffd4 Text Font Color

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

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


#eaffd4 Background Color

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

This div background color is #eaffd4


#eaffd4 Border Color

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

This div border color is #eaffd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaffd4

Related Colors

#eaffd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.