Color Hex Logo

#edf2cd Color Hex

#EDF2CD
(237,242,205)
0 Favorites   0 Comments

Color spaces of #edf2cd

RGB 237242205
HSL0.190.590.88
HSV68°15°95°
CMYK 0.020.000.15   0.05
XYZ77.696685.916670.2461
Yxy85.91660.33220.3674
Hunter Lab92.6912-12.585519.9509
CIE-Lab94.2767-7.820217.3162

#edf2cd color RGB value is (237,242,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 11001101
Octal 355 362 315
Decimal 237 242 205
Hex ED F2 CD

RGB Percentages of Color #edf2cd

%34.65
%35.38
%29.97

CMYK Percentages of Color #edf2cd

%2
%0
%15
%5

Triadic Colors of #edf2cd

#edf2cd #cdedf2 #f2cded

Analogous Colors of #edf2cd

#edf2cd #dbf2cd #f2e5cd

Monochromatic Colors of #edf2cd

#edf2cd

Complementary Color

#edf2cd #d2cdf2

#edf2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf2cd Color CSS Codes

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

#edf2cd Text Font Color

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

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


#edf2cd Background Color

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

This div background color is #edf2cd


#edf2cd Border Color

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

This div border color is #edf2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf2cd

#edf2cd Color Palettes


Comments

No comments written yet.

Please login to write comment.