Color Hex Logo

#edfcef Color Hex

#EDFCEF
(237,252,239)
0 Favorites   0 Comments

Color spaces of #edfcef

RGB 237252239
HSL0.360.710.96
HSV128°99°
CMYK 0.060.000.05   0.01
XYZ85.315493.857395.2810
Yxy93.85730.31090.3420
Hunter Lab96.8800-12.34759.5045
CIE-Lab97.5745-7.22764.5193

#edfcef color RGB value is (237,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11101111
Octal 355 374 357
Decimal 237 252 239
Hex ED FC EF

RGB Percentages of Color #edfcef

%32.55
%34.62
%32.83

CMYK Percentages of Color #edfcef

%6
%0
%5
%1

Triadic Colors of #edfcef

#edfcef #efedfc #fcefed

Analogous Colors of #edfcef

#edfcef #edfcf7 #f3fced

Monochromatic Colors of #edfcef

#edfcef

Complementary Color

#edfcef #fcedfa

#edfcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcef Color CSS Codes

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

#edfcef Text Font Color

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

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


#edfcef Background Color

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

This div background color is #edfcef


#edfcef Border Color

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

This div border color is #edfcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,252,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 #edfcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcef


Comments

No comments written yet.

Please login to write comment.