Color Hex Logo

#edfde9 Color Hex

#EDFDE9
(237,253,233)
0 Favorites   0 Comments

Color spaces of #edfde9

RGB 237253233
HSL0.300.830.95
HSV108°99°
CMYK 0.060.000.08   0.01
XYZ84.758394.138390.7941
Yxy94.13830.31430.3491
Hunter Lab97.0249-13.860812.4349
CIE-Lab97.6877-8.76787.7658

#edfde9 color RGB value is (237,253,233).

#edfde9 hex color red value is 237, green value is 253 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #edfde9 hue: 0.30 , saturation: 0.83 and the lightness value of edfde9 is 0.95.

The process color (four color CMYK) of #edfde9 color hex is 0.06, 0.00, 0.08, 0.01. Web safe color of #edfde9 is #ffffff. Color #edfde9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11101001
Octal 355 375 351
Decimal 237 253 233
Hex ED FD E9

RGB Percentages of Color #edfde9

%32.78
%34.99
%32.23

CMYK Percentages of Color #edfde9

%6
%0
%8
%1

Triadic Colors of #edfde9

#edfde9 #e9edfd #fde9ed

Analogous Colors of #edfde9

#edfde9 #e9fdef #f7fde9

Monochromatic Colors of #edfde9

#edfde9

Complementary Color

#edfde9 #f9e9fd

#edfde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfde9 Color CSS Codes

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

#edfde9 Text Font Color

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

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


#edfde9 Background Color

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

This div background color is #edfde9


#edfde9 Border Color

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

This div border color is #edfde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfde9

#edfde9 Color Palettes


Comments

No comments written yet.

Please login to write comment.