Color Hex Logo

#edfcad Color Hex

#EDFCAD
(237,252,173)
0 Favorites   0 Comments

Color spaces of #edfcad

RGB 237252173
HSL0.200.930.83
HSV71°31°99°
CMYK 0.060.000.31   0.01
XYZ77.278390.642552.9579
Yxy90.64250.34990.4104
Hunter Lab95.2064-21.724033.6648
CIE-Lab96.2626-17.220936.2714

#edfcad color RGB value is (237,252,173).

#edfcad hex color red value is 237, green value is 252 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #edfcad hue: 0.20 , saturation: 0.93 and the lightness value of edfcad is 0.83.

The process color (four color CMYK) of #edfcad color hex is 0.06, 0.00, 0.31, 0.01. Web safe color of #edfcad is #ffff99. Color #edfcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10101101
Octal 355 374 255
Decimal 237 252 173
Hex ED FC AD

RGB Percentages of Color #edfcad

%35.80
%38.07
%26.13

CMYK Percentages of Color #edfcad

%6
%0
%31
%1

Triadic Colors of #edfcad

#edfcad #adedfc #fcaded

Analogous Colors of #edfcad

#edfcad #c6fcad #fce4ad

Monochromatic Colors of #edfcad

#edfcad

Complementary Color

#edfcad #bcadfc

#edfcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcad Color CSS Codes

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

#edfcad Text Font Color

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

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


#edfcad Background Color

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

This div background color is #edfcad


#edfcad Border Color

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

This div border color is #edfcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcad


Comments

No comments written yet.

Please login to write comment.