Color Hex Logo

#edffea Color Hex

#EDFFEA
(237,255,234)
0 Favorites   0 Comments

Color spaces of #edffea

RGB 237255234
HSL0.311.000.96
HSV111°100°
CMYK 0.070.000.08   0.00
XYZ85.536395.465091.7603
Yxy95.46500.31360.3500
Hunter Lab97.7062-14.719112.7124
CIE-Lab98.2193-9.59108.0169

#edffea color RGB value is (237,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11101010
Octal 355 377 352
Decimal 237 255 234
Hex ED FF EA

RGB Percentages of Color #edffea

%32.64
%35.12
%32.23

CMYK Percentages of Color #edffea

%7
%0
%8
%0

Triadic Colors of #edffea

#edffea #eaedff #ffeaed

Analogous Colors of #edffea

#edffea #eafff2 #f8ffea

Monochromatic Colors of #edffea

#edffea

Complementary Color

#edffea #fceaff

#edffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffea Color CSS Codes

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

#edffea Text Font Color

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

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


#edffea Background Color

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

This div background color is #edffea


#edffea Border Color

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

This div border color is #edffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffea

Related Colors


Comments

No comments written yet.

Please login to write comment.