Color Hex Logo

#edace8 Color Hex

#EDACE8
(237,172,232)
0 Favorites   0 Comments

Color spaces of #edace8

RGB 237172232
HSL0.850.640.80
HSV305°27°93°
CMYK 0.000.270.02   0.07
XYZ64.243153.335883.2528
Yxy53.33580.31990.2656
Hunter Lab73.031429.2152-16.4662
CIE-Lab78.072833.3130-20.6897

#edace8 color RGB value is (237,172,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11101000
Octal 355 254 350
Decimal 237 172 232
Hex ED AC E8

RGB Percentages of Color #edace8

%36.97
%26.83
%36.19

CMYK Percentages of Color #edace8

%0
%27
%2
%7

Triadic Colors of #edace8

#edace8 #e8edac #ace8ed

Analogous Colors of #edace8

#edace8 #edacc8 #d2aced

Monochromatic Colors of #edace8

#edace8

Complementary Color

#edace8 #acedb1

#edace8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edace8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edace8 Color CSS Codes

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

#edace8 Text Font Color

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

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


#edace8 Background Color

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

This div background color is #edace8


#edace8 Border Color

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

This div border color is #edace8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edace8


Comments

No comments written yet.

Please login to write comment.