Color Hex Logo

#edfccd Color Hex

#EDFCCD
(237,252,205)
0 Favorites   0 Comments

Color spaces of #edfccd

RGB 237252205
HSL0.220.890.90
HSV79°19°99°
CMYK 0.060.000.19   0.01
XYZ80.754992.033171.2655
Yxy92.03310.33090.3771
Hunter Lab95.9339-17.627223.1095
CIE-Lab96.8338-12.787120.8931

#edfccd color RGB value is (237,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11001101
Octal 355 374 315
Decimal 237 252 205
Hex ED FC CD

RGB Percentages of Color #edfccd

%34.15
%36.31
%29.54

CMYK Percentages of Color #edfccd

%6
%0
%19
%1

Triadic Colors of #edfccd

#edfccd #cdedfc #fccded

Analogous Colors of #edfccd

#edfccd #d6fccd #fcf4cd

Monochromatic Colors of #edfccd

#edfccd

Complementary Color

#edfccd #dccdfc

#edfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfccd Color CSS Codes

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

#edfccd Text Font Color

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

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


#edfccd Background Color

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

This div background color is #edfccd


#edfccd Border Color

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

This div border color is #edfccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfccd

Related Colors


Comments

No comments written yet.

Please login to write comment.