Color Hex Logo

#edaaf7 Color Hex

#EDAAF7
(237,170,247)
0 Favorites   0 Comments

Color spaces of #edaaf7

RGB 237170247
HSL0.810.830.82
HSV292°31°97°
CMYK 0.040.310.00   0.03
XYZ66.088353.469494.8331
Yxy53.46940.30830.2494
Hunter Lab73.122833.3633-25.7074
CIE-Lab78.151337.1362-28.6686

#edaaf7 color RGB value is (237,170,247).

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

The process color (four color CMYK) of #edaaf7 color hex is 0.04, 0.31, 0.00, 0.03. Web safe color of #edaaf7 is #ff99ff. Color #edaaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11110111
Octal 355 252 367
Decimal 237 170 247
Hex ED AA F7

RGB Percentages of Color #edaaf7

%36.24
%25.99
%37.77

CMYK Percentages of Color #edaaf7

%4
%31
%0
%3

Triadic Colors of #edaaf7

#edaaf7 #f7edaa #aaf7ed

Analogous Colors of #edaaf7

#edaaf7 #f7aadb #c7aaf7

Monochromatic Colors of #edaaf7

#edaaf7

Complementary Color

#edaaf7 #b4f7aa

#edaaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaf7 Color CSS Codes

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

#edaaf7 Text Font Color

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

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


#edaaf7 Background Color

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

This div background color is #edaaf7


#edaaf7 Border Color

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

This div border color is #edaaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaf7


Comments

No comments written yet.

Please login to write comment.