Color Hex Logo

#edfde1 Color Hex

#EDFDE1
(237,253,225)
0 Favorites   0 Comments

Color spaces of #edfde1

RGB 237253225
HSL0.260.880.94
HSV94°11°99°
CMYK 0.060.000.11   0.01
XYZ83.640993.691384.9100
Yxy93.69130.31890.3573
Hunter Lab96.7943-15.146315.7455
CIE-Lab97.5075-10.115211.6128

#edfde1 color RGB value is (237,253,225).

#edfde1 hex color red value is 237, green value is 253 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #edfde1 hue: 0.26 , saturation: 0.88 and the lightness value of edfde1 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11100001
Octal 355 375 341
Decimal 237 253 225
Hex ED FD E1

RGB Percentages of Color #edfde1

%33.15
%35.38
%31.47

CMYK Percentages of Color #edfde1

%6
%0
%11
%1

Triadic Colors of #edfde1

#edfde1 #e1edfd #fde1ed

Analogous Colors of #edfde1

#edfde1 #e1fde3 #fbfde1

Monochromatic Colors of #edfde1

#edfde1

Complementary Color

#edfde1 #f1e1fd

#edfde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfde1 Color CSS Codes

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

#edfde1 Text Font Color

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

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


#edfde1 Background Color

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

This div background color is #edfde1


#edfde1 Border Color

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

This div border color is #edfde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfde1


Comments

No comments written yet.

Please login to write comment.