Color Hex Logo

#edfdd1 Color Hex

#EDFDD1
(237,253,209)
0 Favorites   0 Comments

Color spaces of #edfdd1

RGB 237253209
HSL0.230.920.91
HSV82°17°99°
CMYK 0.060.000.17   0.01
XYZ81.559092.858573.9465
Yxy92.85850.32840.3739
Hunter Lab96.3631-17.558121.9566
CIE-Lab97.1701-12.670119.3222

#edfdd1 color RGB value is (237,253,209).

#edfdd1 hex color red value is 237, green value is 253 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #edfdd1 hue: 0.23 , saturation: 0.92 and the lightness value of edfdd1 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11010001
Octal 355 375 321
Decimal 237 253 209
Hex ED FD D1

RGB Percentages of Color #edfdd1

%33.91
%36.19
%29.90

CMYK Percentages of Color #edfdd1

%6
%0
%17
%1

Triadic Colors of #edfdd1

#edfdd1 #d1edfd #fdd1ed

Analogous Colors of #edfdd1

#edfdd1 #d7fdd1 #fdf7d1

Monochromatic Colors of #edfdd1

#edfdd1

Complementary Color

#edfdd1 #e1d1fd

#edfdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdd1 Color CSS Codes

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

#edfdd1 Text Font Color

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

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


#edfdd1 Background Color

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

This div background color is #edfdd1


#edfdd1 Border Color

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

This div border color is #edfdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdd1


Comments

No comments written yet.

Please login to write comment.