Color Hex Logo

#edfccf Color Hex

#EDFCCF
(237,252,207)
0 Favorites   0 Comments

Color spaces of #edfccf

RGB 237252207
HSL0.220.880.90
HSV80°18°99°
CMYK 0.060.000.18   0.01
XYZ80.997992.130372.5454
Yxy92.13030.32970.3750
Hunter Lab95.9845-17.343222.3776
CIE-Lab96.8735-12.483719.9282

#edfccf color RGB value is (237,252,207).

#edfccf hex color red value is 237, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #edfccf hue: 0.22 , saturation: 0.88 and the lightness value of edfccf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11001111
Octal 355 374 317
Decimal 237 252 207
Hex ED FC CF

RGB Percentages of Color #edfccf

%34.05
%36.21
%29.74

CMYK Percentages of Color #edfccf

%6
%0
%18
%1

Triadic Colors of #edfccf

#edfccf #cfedfc #fccfed

Analogous Colors of #edfccf

#edfccf #d7fccf #fcf5cf

Monochromatic Colors of #edfccf

#edfccf

Complementary Color

#edfccf #decffc

#edfccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfccf Color CSS Codes

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

#edfccf Text Font Color

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

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


#edfccf Background Color

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

This div background color is #edfccf


#edfccf Border Color

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

This div border color is #edfccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfccf

Related Colors

#edfccf Color Palettes


Comments

No comments written yet.

Please login to write comment.