Color Hex Logo

#edaee0 Color Hex

#EDAEE0
(237,174,224)
0 Favorites   0 Comments

Color spaces of #edaee0

RGB 237174224
HSL0.870.640.81
HSV312°27°93°
CMYK 0.000.270.05   0.07
XYZ63.515653.658477.5305
Yxy53.65840.32620.2756
Hunter Lab73.251926.5838-11.4768
CIE-Lab78.262130.8345-16.0734

#edaee0 color RGB value is (237,174,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11100000
Octal 355 256 340
Decimal 237 174 224
Hex ED AE E0

RGB Percentages of Color #edaee0

%37.32
%27.40
%35.28

CMYK Percentages of Color #edaee0

%0
%27
%5
%7

Triadic Colors of #edaee0

#edaee0 #e0edae #aee0ed

Analogous Colors of #edaee0

#edaee0 #edaec1 #dbaeed

Monochromatic Colors of #edaee0

#edaee0

Complementary Color

#edaee0 #aeedbb

#edaee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaee0 Color CSS Codes

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

#edaee0 Text Font Color

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

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


#edaee0 Background Color

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

This div background color is #edaee0


#edaee0 Border Color

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

This div border color is #edaee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaee0


Comments

No comments written yet.

Please login to write comment.