Color Hex Logo

#edaedd Color Hex

#EDAEDD
(237,174,221)
0 Favorites   0 Comments

Color spaces of #edaedd

RGB 237174221
HSL0.880.640.81
HSV315°27°93°
CMYK 0.000.270.07   0.07
XYZ63.112253.497175.4062
Yxy53.49710.32870.2786
Hunter Lab73.141726.0253-9.9264
CIE-Lab78.167630.3146-14.5901

#edaedd color RGB value is (237,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11011101
Octal 355 256 335
Decimal 237 174 221
Hex ED AE DD

RGB Percentages of Color #edaedd

%37.50
%27.53
%34.97

CMYK Percentages of Color #edaedd

%0
%27
%7
%7

Triadic Colors of #edaedd

#edaedd #ddedae #aedded

Analogous Colors of #edaedd

#edaedd #edaebe #deaeed

Monochromatic Colors of #edaedd

#edaedd

Complementary Color

#edaedd #aeedbe

#edaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaedd Color CSS Codes

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

#edaedd Text Font Color

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

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


#edaedd Background Color

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

This div background color is #edaedd


#edaedd Border Color

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

This div border color is #edaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaedd


Comments

No comments written yet.

Please login to write comment.