Color Hex Logo

#edacd7 Color Hex

#EDACD7
(237,172,215)
0 Favorites   0 Comments

Color spaces of #edacd7

RGB 237172215
HSL0.890.640.80
HSV320°27°93°
CMYK 0.000.270.09   0.07
XYZ61.943352.415971.1425
Yxy52.41590.33390.2826
Hunter Lab72.398826.0239-7.5820
CIE-Lab77.528930.3579-12.2914

#edacd7 color RGB value is (237,172,215).

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

The process color (four color CMYK) of #edacd7 color hex is 0.00, 0.27, 0.09, 0.07. Web safe color of #edacd7 is #ff99cc. Color #edacd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11010111
Octal 355 254 327
Decimal 237 172 215
Hex ED AC D7

RGB Percentages of Color #edacd7

%37.98
%27.56
%34.46

CMYK Percentages of Color #edacd7

%0
%27
%9
%7

Triadic Colors of #edacd7

#edacd7 #d7edac #acd7ed

Analogous Colors of #edacd7

#edacd7 #edacb7 #e3aced

Monochromatic Colors of #edacd7

#edacd7

Complementary Color

#edacd7 #acedc2

#edacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacd7 Color CSS Codes

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

#edacd7 Text Font Color

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

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


#edacd7 Background Color

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

This div background color is #edacd7


#edacd7 Border Color

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

This div border color is #edacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacd7


Comments

No comments written yet.

Please login to write comment.