Color Hex Logo

#edfcdd Color Hex

#EDFCDD
(237,252,221)
0 Favorites   0 Comments

Color spaces of #edfcdd

RGB 237252221
HSL0.250.840.93
HSV89°12°99°
CMYK 0.060.000.12   0.01
XYZ82.786692.845881.9643
Yxy92.84580.32140.3604
Hunter Lab96.3565-15.262117.0154
CIE-Lab97.1650-10.275913.1762

#edfcdd color RGB value is (237,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11011101
Octal 355 374 335
Decimal 237 252 221
Hex ED FC DD

RGB Percentages of Color #edfcdd

%33.38
%35.49
%31.13

CMYK Percentages of Color #edfcdd

%6
%0
%12
%1

Triadic Colors of #edfcdd

#edfcdd #ddedfc #fcdded

Analogous Colors of #edfcdd

#edfcdd #defcdd #fcfcdd

Monochromatic Colors of #edfcdd

#edfcdd

Complementary Color

#edfcdd #ecddfc

#edfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcdd Color CSS Codes

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

#edfcdd Text Font Color

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

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


#edfcdd Background Color

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

This div background color is #edfcdd


#edfcdd Border Color

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

This div border color is #edfcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.