Color Hex Logo

#edaedf Color Hex

#EDAEDF
(237,174,223)
0 Favorites   0 Comments

Color spaces of #edaedf

RGB 237174223
HSL0.870.640.81
HSV313°27°93°
CMYK 0.000.270.06   0.07
XYZ63.380453.604376.8182
Yxy53.60430.32700.2766
Hunter Lab73.215026.3969-10.9575
CIE-Lab78.230430.6607-15.5794

#edaedf color RGB value is (237,174,223).

#edaedf hex color red value is 237, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #edaedf hue: 0.87 , saturation: 0.64 and the lightness value of edaedf is 0.81.

The process color (four color CMYK) of #edaedf color hex is 0.00, 0.27, 0.06, 0.07. Web safe color of #edaedf is #ff99cc. Color #edaedf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11011111
Octal 355 256 337
Decimal 237 174 223
Hex ED AE DF

RGB Percentages of Color #edaedf

%37.38
%27.44
%35.17

CMYK Percentages of Color #edaedf

%0
%27
%6
%7

Triadic Colors of #edaedf

#edaedf #dfedae #aedfed

Analogous Colors of #edaedf

#edaedf #edaec0 #dcaeed

Monochromatic Colors of #edaedf

#edaedf

Complementary Color

#edaedf #aeedbc

#edaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaedf Color CSS Codes

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

#edaedf Text Font Color

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

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


#edaedf Background Color

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

This div background color is #edaedf


#edaedf Border Color

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

This div border color is #edaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaedf


Comments

No comments written yet.

Please login to write comment.