Color Hex Logo

#edace7 Color Hex

#EDACE7
(237,172,231)
0 Favorites   0 Comments

Color spaces of #edace7

RGB 237172231
HSL0.850.640.80
HSV306°27°93°
CMYK 0.000.270.03   0.07
XYZ64.101453.279182.5067
Yxy53.27910.32070.2665
Hunter Lab72.992529.0202-15.9233
CIE-Lab78.039533.1339-20.1992

#edace7 color RGB value is (237,172,231).

#edace7 hex color red value is 237, green value is 172 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #edace7 hue: 0.85 , saturation: 0.64 and the lightness value of edace7 is 0.80.

The process color (four color CMYK) of #edace7 color hex is 0.00, 0.27, 0.03, 0.07. Web safe color of #edace7 is #ff99ff. Color #edace7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11100111
Octal 355 254 347
Decimal 237 172 231
Hex ED AC E7

RGB Percentages of Color #edace7

%37.03
%26.88
%36.09

CMYK Percentages of Color #edace7

%0
%27
%3
%7

Triadic Colors of #edace7

#edace7 #e7edac #ace7ed

Analogous Colors of #edace7

#edace7 #edacc7 #d3aced

Monochromatic Colors of #edace7

#edace7

Complementary Color

#edace7 #acedb2

#edace7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edace7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edace7 Color CSS Codes

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

#edace7 Text Font Color

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

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


#edace7 Background Color

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

This div background color is #edace7


#edace7 Border Color

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

This div border color is #edace7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edace7


Comments

No comments written yet.

Please login to write comment.