Color Hex Logo

#edfccb Color Hex

#EDFCCB
(237,252,203)
0 Favorites   0 Comments

Color spaces of #edfccb

RGB 237252203
HSL0.220.890.89
HSV78°19°99°
CMYK 0.060.000.19   0.01
XYZ80.514991.937170.0020
Yxy91.93710.33210.3792
Hunter Lab95.8838-17.907923.8328
CIE-Lab96.7946-13.087621.8578

#edfccb color RGB value is (237,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11001011
Octal 355 374 313
Decimal 237 252 203
Hex ED FC CB

RGB Percentages of Color #edfccb

%34.25
%36.42
%29.34

CMYK Percentages of Color #edfccb

%6
%0
%19
%1

Triadic Colors of #edfccb

#edfccb #cbedfc #fccbed

Analogous Colors of #edfccb

#edfccb #d5fccb #fcf3cb

Monochromatic Colors of #edfccb

#edfccb

Complementary Color

#edfccb #dacbfc

#edfccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfccb Color CSS Codes

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

#edfccb Text Font Color

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

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


#edfccb Background Color

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

This div background color is #edfccb


#edfccb Border Color

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

This div border color is #edfccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfccb


Comments

No comments written yet.

Please login to write comment.