Color Hex Logo

#edeadf Color Hex

#EDEADF
(237,234,223)
0 Favorites   0 Comments

Color spaces of #edeadf

RGB 237234223
HSL0.130.280.90
HSV47°93°
CMYK 0.000.010.06   0.07
XYZ77.667282.177981.5805
Yxy82.17790.32170.3404
Hunter Lab90.6520-5.709110.0996
CIE-Lab92.6533-0.88195.6819

#edeadf color RGB value is (237,234,223).

#edeadf hex color red value is 237, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #edeadf hue: 0.13 , saturation: 0.28 and the lightness value of edeadf is 0.90.

The process color (four color CMYK) of #edeadf color hex is 0.00, 0.01, 0.06, 0.07. Web safe color of #edeadf is #ffffcc. Color #edeadf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11011111
Octal 355 352 337
Decimal 237 234 223
Hex ED EA DF

RGB Percentages of Color #edeadf

%34.15
%33.72
%32.13

CMYK Percentages of Color #edeadf

%0
%1
%6
%7

Triadic Colors of #edeadf

#edeadf #dfedea #eadfed

Analogous Colors of #edeadf

#edeadf #e9eddf #ede3df

Monochromatic Colors of #edeadf

#edeadf

Complementary Color

#edeadf #dfe2ed

#edeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeadf Color CSS Codes

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

#edeadf Text Font Color

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

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


#edeadf Background Color

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

This div background color is #edeadf


#edeadf Border Color

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

This div border color is #edeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeadf


Comments

No comments written yet.

Please login to write comment.