Color Hex Logo

#edaced Color Hex

#EDACED
(237,172,237)
0 Favorites   0 Comments

Color spaces of #edaced

RGB 237172237
HSL0.830.640.80
HSV300°27°93°
CMYK 0.000.270.00   0.07
XYZ64.963653.624087.0473
Yxy53.62400.31590.2608
Hunter Lab73.228430.2042-19.2187
CIE-Lab78.242034.2183-23.1354

#edaced color RGB value is (237,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11101101
Octal 355 254 355
Decimal 237 172 237
Hex ED AC ED

RGB Percentages of Color #edaced

%36.69
%26.63
%36.69

CMYK Percentages of Color #edaced

%0
%27
%0
%7

Triadic Colors of #edaced

#edaced #ededac #aceded

Analogous Colors of #edaced

#edaced #edaccd #cdaced

Monochromatic Colors of #edaced

#edaced

Complementary Color

#edaced #acedac

#edaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaced Color CSS Codes

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

#edaced Text Font Color

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

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


#edaced Background Color

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

This div background color is #edaced


#edaced Border Color

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

This div border color is #edaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaced


Comments

No comments written yet.

Please login to write comment.