Color Hex Logo

#edaadb Color Hex

#EDAADB
(237,170,219)
0 Favorites   0 Comments

Color spaces of #edaadb

RGB 237170219
HSL0.880.650.80
HSV316°28°93°
CMYK 0.000.280.08   0.07
XYZ62.086051.868473.7572
Yxy51.86840.33080.2763
Hunter Lab72.019727.8449-10.3066
CIE-Lab77.202132.0991-14.9554

#edaadb color RGB value is (237,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11011011
Octal 355 252 333
Decimal 237 170 219
Hex ED AA DB

RGB Percentages of Color #edaadb

%37.86
%27.16
%34.98

CMYK Percentages of Color #edaadb

%0
%28
%8
%7

Triadic Colors of #edaadb

#edaadb #dbedaa #aadbed

Analogous Colors of #edaadb

#edaadb #edaaba #deaaed

Monochromatic Colors of #edaadb

#edaadb

Complementary Color

#edaadb #aaedbc

#edaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaadb Color CSS Codes

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

#edaadb Text Font Color

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

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


#edaadb Background Color

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

This div background color is #edaadb


#edaadb Border Color

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

This div border color is #edaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaadb


Comments

No comments written yet.

Please login to write comment.