Color Hex Logo

#dc99ac Color Hex

#DC99AC
(220,153,172)
0 Favorites   0 Comments

Color spaces of #dc99ac

RGB 220153172
HSL0.950.490.73
HSV343°30°86°
CMYK 0.000.300.22   0.14
XYZ48.352840.976744.3905
Yxy40.97670.36160.3064
Hunter Lab64.013022.80873.6939
CIE-Lab70.159627.76780.2514

#dc99ac color RGB value is (220,153,172).

#dc99ac hex color red value is 220, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc99ac hue: 0.95 , saturation: 0.49 and the lightness value of dc99ac is 0.73.

The process color (four color CMYK) of #dc99ac color hex is 0.00, 0.30, 0.22, 0.14. Web safe color of #dc99ac is #cc9999. Color #dc99ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 10101100
Octal 334 231 254
Decimal 220 153 172
Hex DC 99 AC

RGB Percentages of Color #dc99ac

%40.37
%28.07
%31.56

CMYK Percentages of Color #dc99ac

%0
%30
%22
%14

Triadic Colors of #dc99ac

#dc99ac #acdc99 #99acdc

Analogous Colors of #dc99ac

#dc99ac #dca899 #dc99ce

Monochromatic Colors of #dc99ac

#dc99ac

Complementary Color

#dc99ac #99dcc9

#dc99ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc99ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc99ac Color CSS Codes

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

#dc99ac Text Font Color

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

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


#dc99ac Background Color

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

This div background color is #dc99ac


#dc99ac Border Color

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

This div border color is #dc99ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc99ac


Comments

No comments written yet.

Please login to write comment.