Color Hex Logo

#edaadc Color Hex

#EDAADC
(237,170,220)
0 Favorites   0 Comments

Color spaces of #edaadc

RGB 237170220
HSL0.880.650.80
HSV315°28°93°
CMYK 0.000.280.07   0.07
XYZ62.218051.921374.4527
Yxy51.92130.32990.2753
Hunter Lab72.056428.0292-10.8222
CIE-Lab77.233832.2698-15.4512

#edaadc color RGB value is (237,170,220).

#edaadc hex color red value is 237, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edaadc hue: 0.88 , saturation: 0.65 and the lightness value of edaadc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11011100
Octal 355 252 334
Decimal 237 170 220
Hex ED AA DC

RGB Percentages of Color #edaadc

%37.80
%27.11
%35.09

CMYK Percentages of Color #edaadc

%0
%28
%7
%7

Triadic Colors of #edaadc

#edaadc #dcedaa #aadced

Analogous Colors of #edaadc

#edaadc #edaabb #ddaaed

Monochromatic Colors of #edaadc

#edaadc

Complementary Color

#edaadc #aaedbb

#edaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaadc Color CSS Codes

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

#edaadc Text Font Color

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

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


#edaadc Background Color

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

This div background color is #edaadc


#edaadc Border Color

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

This div border color is #edaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaadc


Comments

No comments written yet.

Please login to write comment.