Color Hex Logo

#ccadac Color Hex

#CCADAC
(204,173,172)
0 Favorites   0 Comments

Color spaces of #ccadac

RGB 204173172
HSL0.010.240.74
HSV16°80°
CMYK 0.000.150.16   0.20
XYZ47.291845.703145.3588
Yxy45.70310.34180.3303
Hunter Lab67.60416.56097.5424
CIE-Lab73.352511.06434.6858

#ccadac color RGB value is (204,173,172).

#ccadac hex color red value is 204, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccadac hue: 0.01 , saturation: 0.24 and the lightness value of ccadac is 0.74.

The process color (four color CMYK) of #ccadac color hex is 0.00, 0.15, 0.16, 0.20. Web safe color of #ccadac is #cc9999. Color #ccadac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10101100
Octal 314 255 254
Decimal 204 173 172
Hex CC AD AC

RGB Percentages of Color #ccadac

%37.16
%31.51
%31.33

CMYK Percentages of Color #ccadac

%0
%15
%16
%20

Triadic Colors of #ccadac

#ccadac #acccad #adaccc

Analogous Colors of #ccadac

#ccadac #ccbdac #ccacbb

Monochromatic Colors of #ccadac

#ccadac

Complementary Color

#ccadac #accbcc

#ccadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadac Color CSS Codes

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

#ccadac Text Font Color

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

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


#ccadac Background Color

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

This div background color is #ccadac


#ccadac Border Color

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

This div border color is #ccadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadac


Comments

No comments written yet.

Please login to write comment.