Color Hex Logo

#edfecb Color Hex

#EDFECB
(237,254,203)
0 Favorites   0 Comments

Color spaces of #edfecb

RGB 237254203
HSL0.220.960.90
HSV80°20°100°
CMYK 0.070.000.20   0.00
XYZ81.146493.199970.2124
Yxy93.19990.33180.3811
Hunter Lab96.5401-18.907724.4572
CIE-Lab97.3087-14.069822.5714

#edfecb color RGB value is (237,254,203).

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

The process color (four color CMYK) of #edfecb color hex is 0.07, 0.00, 0.20, 0.00. Web safe color of #edfecb is #ffffcc. Color #edfecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11001011
Octal 355 376 313
Decimal 237 254 203
Hex ED FE CB

RGB Percentages of Color #edfecb

%34.15
%36.60
%29.25

CMYK Percentages of Color #edfecb

%7
%0
%20
%0

Triadic Colors of #edfecb

#edfecb #cbedfe #fecbed

Analogous Colors of #edfecb

#edfecb #d4fecb #fef6cb

Monochromatic Colors of #edfecb

#edfecb

Complementary Color

#edfecb #dccbfe

#edfecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfecb Color CSS Codes

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

#edfecb Text Font Color

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

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


#edfecb Background Color

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

This div background color is #edfecb


#edfecb Border Color

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

This div border color is #edfecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfecb


Comments

No comments written yet.

Please login to write comment.