Color Hex Logo

#ccadaa Color Hex

#CCADAA
(204,173,170)
0 Favorites   0 Comments

Color spaces of #ccadaa

RGB 204173170
HSL0.010.250.73
HSV17°80°
CMYK 0.000.150.17   0.20
XYZ47.101145.626844.3546
Yxy45.62680.34360.3328
Hunter Lab67.54766.26018.3510
CIE-Lab73.302710.74555.7106

#ccadaa color RGB value is (204,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10101010
Octal 314 255 252
Decimal 204 173 170
Hex CC AD AA

RGB Percentages of Color #ccadaa

%37.29
%31.63
%31.08

CMYK Percentages of Color #ccadaa

%0
%15
%17
%20

Triadic Colors of #ccadaa

#ccadaa #aaccad #adaacc

Analogous Colors of #ccadaa

#ccadaa #ccbeaa #ccaab8

Monochromatic Colors of #ccadaa

#ccadaa

Complementary Color

#ccadaa #aac9cc

#ccadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadaa Color CSS Codes

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

#ccadaa Text Font Color

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

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


#ccadaa Background Color

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

This div background color is #ccadaa


#ccadaa Border Color

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

This div border color is #ccadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadaa


Comments

No comments written yet.

Please login to write comment.