Color Hex Logo

#edaacc Color Hex

#EDAACC
(237,170,204)
0 Favorites   0 Comments

Color spaces of #edaacc

RGB 237170204
HSL0.920.650.80
HSV330°28°93°
CMYK 0.000.280.14   0.07
XYZ60.198951.113663.8198
Yxy51.11360.34370.2919
Hunter Lab71.493825.1857-2.8803
CIE-Lab76.747829.6166-7.4668

#edaacc color RGB value is (237,170,204).

#edaacc hex color red value is 237, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edaacc hue: 0.92 , saturation: 0.65 and the lightness value of edaacc is 0.80.

The process color (four color CMYK) of #edaacc color hex is 0.00, 0.28, 0.14, 0.07. Web safe color of #edaacc is #ff99cc. Color #edaacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11001100
Octal 355 252 314
Decimal 237 170 204
Hex ED AA CC

RGB Percentages of Color #edaacc

%38.79
%27.82
%33.39

CMYK Percentages of Color #edaacc

%0
%28
%14
%7

Triadic Colors of #edaacc

#edaacc #ccedaa #aacced

Analogous Colors of #edaacc

#edaacc #edaaab #edaaed

Monochromatic Colors of #edaacc

#edaacc

Complementary Color

#edaacc #aaedcb

#edaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaacc Color CSS Codes

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

#edaacc Text Font Color

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

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


#edaacc Background Color

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

This div background color is #edaacc


#edaacc Border Color

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

This div border color is #edaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaacc

#edaacc Color Palettes


Comments

No comments written yet.

Please login to write comment.