Color Hex Logo

#ccaaaf Color Hex

#CCAAAF
(204,170,175)
0 Favorites   0 Comments

Color spaces of #ccaaaf

RGB 204170175
HSL0.980.250.73
HSV351°17°80°
CMYK 0.000.170.14   0.20
XYZ47.014444.682046.7040
Yxy44.68200.33970.3228
Hunter Lab66.84468.56795.3656
CIE-Lab72.682013.17802.0676

#ccaaaf color RGB value is (204,170,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10101111
Octal 314 252 257
Decimal 204 170 175
Hex CC AA AF

RGB Percentages of Color #ccaaaf

%37.16
%30.97
%31.88

CMYK Percentages of Color #ccaaaf

%0
%17
%14
%20

Triadic Colors of #ccaaaf

#ccaaaf #afccaa #aaafcc

Analogous Colors of #ccaaaf

#ccaaaf #ccb6aa #ccaac0

Monochromatic Colors of #ccaaaf

#ccaaaf

Complementary Color

#ccaaaf #aaccc7

#ccaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaaf Color CSS Codes

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

#ccaaaf Text Font Color

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

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


#ccaaaf Background Color

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

This div background color is #ccaaaf


#ccaaaf Border Color

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

This div border color is #ccaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaaf


Comments

No comments written yet.

Please login to write comment.