Color Hex Logo

#e6accc Color Hex

#E6ACCC
(230,172,204)
0 Favorites   0 Comments

Color spaces of #e6accc

RGB 230172204
HSL0.910.540.79
HSV327°25°90°
CMYK 0.000.250.11   0.10
XYZ58.284750.687763.8385
Yxy50.68770.33730.2933
Hunter Lab71.195321.5389-3.3267
CIE-Lab76.489426.1297-7.9285

#e6accc color RGB value is (230,172,204).

#e6accc hex color red value is 230, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e6accc hue: 0.91 , saturation: 0.54 and the lightness value of e6accc is 0.79.

The process color (four color CMYK) of #e6accc color hex is 0.00, 0.25, 0.11, 0.10. Web safe color of #e6accc is #ff99cc. Color #e6accc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11001100
Octal 346 254 314
Decimal 230 172 204
Hex E6 AC CC

RGB Percentages of Color #e6accc

%37.95
%28.38
%33.66

CMYK Percentages of Color #e6accc

%0
%25
%11
%10

Triadic Colors of #e6accc

#e6accc #cce6ac #accce6

Analogous Colors of #e6accc

#e6accc #e6acaf #e3ace6

Monochromatic Colors of #e6accc

#e6accc

Complementary Color

#e6accc #ace6c6

#e6accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6accc Color CSS Codes

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

#e6accc Text Font Color

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

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


#e6accc Background Color

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

This div background color is #e6accc


#e6accc Border Color

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

This div border color is #e6accc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,172,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 #e6accc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6accc


Comments

No comments written yet.

Please login to write comment.