Color Hex Logo

#edaaef Color Hex

#EDAAEF
(237,170,239)
0 Favorites   0 Comments

Color spaces of #edaaef

RGB 237170239
HSL0.830.680.80
HSV298°29°94°
CMYK 0.010.290.00   0.06
XYZ64.879852.986088.4691
Yxy52.98600.31440.2568
Hunter Lab72.791531.7138-21.1057
CIE-Lab77.866735.6463-24.7875

#edaaef color RGB value is (237,170,239).

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

The process color (four color CMYK) of #edaaef color hex is 0.01, 0.29, 0.00, 0.06. Web safe color of #edaaef is #ff99ff. Color #edaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11101111
Octal 355 252 357
Decimal 237 170 239
Hex ED AA EF

RGB Percentages of Color #edaaef

%36.69
%26.32
%37.00

CMYK Percentages of Color #edaaef

%1
%29
%0
%6

Triadic Colors of #edaaef

#edaaef #efedaa #aaefed

Analogous Colors of #edaaef

#edaaef #efaacf #cbaaef

Monochromatic Colors of #edaaef

#edaaef

Complementary Color

#edaaef #acefaa

#edaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaef Color CSS Codes

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

#edaaef Text Font Color

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

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


#edaaef Background Color

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

This div background color is #edaaef


#edaaef Border Color

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

This div border color is #edaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaef


Comments

No comments written yet.

Please login to write comment.