Color Hex Logo

#edfbcf Color Hex

#EDFBCF
(237,251,207)
0 Favorites   0 Comments

Color spaces of #edfbcf

RGB 237251207
HSL0.220.850.90
HSV79°18°98°
CMYK 0.060.000.18   0.02
XYZ80.684791.503972.4410
Yxy91.50390.32980.3741
Hunter Lab95.6577-16.840922.0604
CIE-Lab96.6171-11.990419.5700

#edfbcf color RGB value is (237,251,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11001111
Octal 355 373 317
Decimal 237 251 207
Hex ED FB CF

RGB Percentages of Color #edfbcf

%34.10
%36.12
%29.78

CMYK Percentages of Color #edfbcf

%6
%0
%18
%2

Triadic Colors of #edfbcf

#edfbcf #cfedfb #fbcfed

Analogous Colors of #edfbcf

#edfbcf #d7fbcf #fbf3cf

Monochromatic Colors of #edfbcf

#edfbcf

Complementary Color

#edfbcf #ddcffb

#edfbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbcf Color CSS Codes

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

#edfbcf Text Font Color

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

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


#edfbcf Background Color

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

This div background color is #edfbcf


#edfbcf Border Color

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

This div border color is #edfbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.