Color Hex Logo

#edacd3 Color Hex

#EDACD3
(237,172,211)
0 Favorites   0 Comments

Color spaces of #edacd3

RGB 237172211
HSL0.900.640.80
HSV324°27°93°
CMYK 0.000.270.11   0.07
XYZ61.435452.212768.4681
Yxy52.21270.33730.2867
Hunter Lab72.258425.3119-5.5991
CIE-Lab77.407829.6914-10.2975

#edacd3 color RGB value is (237,172,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11010011
Octal 355 254 323
Decimal 237 172 211
Hex ED AC D3

RGB Percentages of Color #edacd3

%38.23
%27.74
%34.03

CMYK Percentages of Color #edacd3

%0
%27
%11
%7

Triadic Colors of #edacd3

#edacd3 #d3edac #acd3ed

Analogous Colors of #edacd3

#edacd3 #edacb3 #e7aced

Monochromatic Colors of #edacd3

#edacd3

Complementary Color

#edacd3 #acedc6

#edacd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacd3 Color CSS Codes

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

#edacd3 Text Font Color

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

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


#edacd3 Background Color

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

This div background color is #edacd3


#edacd3 Border Color

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

This div border color is #edacd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacd3


Comments

No comments written yet.

Please login to write comment.