Color Hex Logo

#edfcbd Color Hex

#EDFCBD
(237,252,189)
0 Favorites   0 Comments

Color spaces of #edfcbd

RGB 237252189
HSL0.210.910.86
HSV74°25°99°
CMYK 0.060.000.25   0.01
XYZ78.920891.299561.6071
Yxy91.29950.34040.3938
Hunter Lab95.5508-19.780628.6579
CIE-Lab96.5332-15.104128.6032

#edfcbd color RGB value is (237,252,189).

#edfcbd hex color red value is 237, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edfcbd hue: 0.21 , saturation: 0.91 and the lightness value of edfcbd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10111101
Octal 355 374 275
Decimal 237 252 189
Hex ED FC BD

RGB Percentages of Color #edfcbd

%34.96
%37.17
%27.88

CMYK Percentages of Color #edfcbd

%6
%0
%25
%1

Triadic Colors of #edfcbd

#edfcbd #bdedfc #fcbded

Analogous Colors of #edfcbd

#edfcbd #cefcbd #fcecbd

Monochromatic Colors of #edfcbd

#edfcbd

Complementary Color

#edfcbd #ccbdfc

#edfcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcbd Color CSS Codes

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

#edfcbd Text Font Color

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

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


#edfcbd Background Color

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

This div background color is #edfcbd


#edfcbd Border Color

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

This div border color is #edfcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcbd


Comments

No comments written yet.

Please login to write comment.