Color Hex Logo

#edfcdc Color Hex

#EDFCDC
(237,252,220)
0 Favorites   0 Comments

Color spaces of #edfcdc

RGB 237252220
HSL0.240.840.93
HSV88°13°99°
CMYK 0.060.000.13   0.01
XYZ82.653792.792681.2646
Yxy92.79260.32200.3615
Hunter Lab96.3289-15.416117.4123
CIE-Lab97.1434-10.438413.6581

#edfcdc color RGB value is (237,252,220).

#edfcdc hex color red value is 237, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edfcdc hue: 0.24 , saturation: 0.84 and the lightness value of edfcdc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11011100
Octal 355 374 334
Decimal 237 252 220
Hex ED FC DC

RGB Percentages of Color #edfcdc

%33.43
%35.54
%31.03

CMYK Percentages of Color #edfcdc

%6
%0
%13
%1

Triadic Colors of #edfcdc

#edfcdc #dcedfc #fcdced

Analogous Colors of #edfcdc

#edfcdc #ddfcdc #fcfbdc

Monochromatic Colors of #edfcdc

#edfcdc

Complementary Color

#edfcdc #ebdcfc

#edfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcdc Color CSS Codes

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

#edfcdc Text Font Color

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

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


#edfcdc Background Color

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

This div background color is #edfcdc


#edfcdc Border Color

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

This div border color is #edfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.