Color Hex Logo

#edfbdc Color Hex

#EDFBDC
(237,251,220)
0 Favorites   0 Comments

Color spaces of #edfbdc

RGB 237251220
HSL0.240.790.92
HSV87°12°98°
CMYK 0.060.000.12   0.02
XYZ82.340592.166281.1602
Yxy92.16620.32210.3605
Hunter Lab96.0032-14.908917.0791
CIE-Lab96.8882-9.942113.2959

#edfbdc color RGB value is (237,251,220).

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

The process color (four color CMYK) of #edfbdc color hex is 0.06, 0.00, 0.12, 0.02. Web safe color of #edfbdc is #ffffcc. Color #edfbdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11011100
Octal 355 373 334
Decimal 237 251 220
Hex ED FB DC

RGB Percentages of Color #edfbdc

%33.47
%35.45
%31.07

CMYK Percentages of Color #edfbdc

%6
%0
%12
%2

Triadic Colors of #edfbdc

#edfbdc #dcedfb #fbdced

Analogous Colors of #edfbdc

#edfbdc #defbdc #fbfadc

Monochromatic Colors of #edfbdc

#edfbdc

Complementary Color

#edfbdc #eadcfb

#edfbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbdc Color CSS Codes

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

#edfbdc Text Font Color

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

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


#edfbdc Background Color

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

This div background color is #edfbdc


#edfbdc Border Color

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

This div border color is #edfbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbdc

Related Colors


Comments

No comments written yet.

Please login to write comment.