Color Hex Logo

#edfcec Color Hex

#EDFCEC
(237,252,236)
0 Favorites   0 Comments

Color spaces of #edfcec

RGB 237252236
HSL0.320.730.96
HSV116°99°
CMYK 0.060.000.06   0.01
XYZ84.875893.681592.9658
Yxy93.68150.31260.3450
Hunter Lab96.7892-12.852010.8045
CIE-Lab97.5035-7.75165.9591

#edfcec color RGB value is (237,252,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11101100
Octal 355 374 354
Decimal 237 252 236
Hex ED FC EC

RGB Percentages of Color #edfcec

%32.69
%34.76
%32.55

CMYK Percentages of Color #edfcec

%6
%0
%6
%1

Triadic Colors of #edfcec

#edfcec #ecedfc #fceced

Analogous Colors of #edfcec

#edfcec #ecfcf3 #f5fcec

Monochromatic Colors of #edfcec

#edfcec

Complementary Color

#edfcec #fbecfc

#edfcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcec Color CSS Codes

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

#edfcec Text Font Color

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

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


#edfcec Background Color

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

This div background color is #edfcec


#edfcec Border Color

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

This div border color is #edfcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcec

Related Colors


Comments

No comments written yet.

Please login to write comment.