Color Hex Logo

#edf1cd Color Hex

#EDF1CD
(237,241,205)
0 Favorites   0 Comments

Color spaces of #edf1cd

RGB 237241205
HSL0.190.560.87
HSV67°15°95°
CMYK 0.020.000.15   0.05
XYZ77.399885.322970.1472
Yxy85.32290.33240.3664
Hunter Lab92.3704-12.077919.6337
CIE-Lab94.0221-7.318816.9583

#edf1cd color RGB value is (237,241,205).

#edf1cd hex color red value is 237, green value is 241 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #edf1cd hue: 0.19 , saturation: 0.56 and the lightness value of edf1cd is 0.87.

The process color (four color CMYK) of #edf1cd color hex is 0.02, 0.00, 0.15, 0.05. Web safe color of #edf1cd is #ffffcc. Color #edf1cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 11001101
Octal 355 361 315
Decimal 237 241 205
Hex ED F1 CD

RGB Percentages of Color #edf1cd

%34.70
%35.29
%30.01

CMYK Percentages of Color #edf1cd

%2
%0
%15
%5

Triadic Colors of #edf1cd

#edf1cd #cdedf1 #f1cded

Analogous Colors of #edf1cd

#edf1cd #dbf1cd #f1e3cd

Monochromatic Colors of #edf1cd

#edf1cd

Complementary Color

#edf1cd #d1cdf1

#edf1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf1cd Color CSS Codes

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

#edf1cd Text Font Color

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

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


#edf1cd Background Color

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

This div background color is #edf1cd


#edf1cd Border Color

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

This div border color is #edf1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf1cd


Comments

No comments written yet.

Please login to write comment.