Color Hex Logo

#edffef Color Hex

#EDFFEF
(237,255,239)
0 Favorites   0 Comments

Color spaces of #edffef

RGB 237255239
HSL0.351.000.96
HSV127°100°
CMYK 0.070.000.06   0.00
XYZ86.265095.756595.5976
Yxy95.75650.31070.3449
Hunter Lab97.8553-13.888710.5766
CIE-Lab98.3354-8.72475.6196

#edffef color RGB value is (237,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11101111
Octal 355 377 357
Decimal 237 255 239
Hex ED FF EF

RGB Percentages of Color #edffef

%32.42
%34.88
%32.69

CMYK Percentages of Color #edffef

%7
%0
%6
%0

Triadic Colors of #edffef

#edffef #efedff #ffefed

Analogous Colors of #edffef

#edffef #edfff8 #f4ffed

Monochromatic Colors of #edffef

#edffef

Complementary Color

#edffef #ffedfd

#edffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffef Color CSS Codes

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

#edffef Text Font Color

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

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


#edffef Background Color

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

This div background color is #edffef


#edffef Border Color

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

This div border color is #edffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffef

#edffef Color Palettes


Comments

No comments written yet.

Please login to write comment.