Color Hex Logo

#cc99ab Color Hex

#CC99AB
(204,153,171)
0 Favorites   0 Comments

Color spaces of #cc99ab

RGB 204153171
HSL0.940.330.70
HSV339°25°80°
CMYK 0.000.250.16   0.20
XYZ43.643838.560143.6706
Yxy38.56010.34670.3063
Hunter Lab62.096816.78671.7711
CIE-Lab68.431421.8145-1.9222

#cc99ab color RGB value is (204,153,171).

#cc99ab hex color red value is 204, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc99ab hue: 0.94 , saturation: 0.33 and the lightness value of cc99ab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 10101011
Octal 314 231 253
Decimal 204 153 171
Hex CC 99 AB

RGB Percentages of Color #cc99ab

%38.64
%28.98
%32.39

CMYK Percentages of Color #cc99ab

%0
%25
%16
%20

Triadic Colors of #cc99ab

#cc99ab #abcc99 #99abcc

Analogous Colors of #cc99ab

#cc99ab #cca199 #cc99c5

Monochromatic Colors of #cc99ab

#cc99ab

Complementary Color

#cc99ab #99ccba

#cc99ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc99ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc99ab Color CSS Codes

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

#cc99ab Text Font Color

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

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


#cc99ab Background Color

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

This div background color is #cc99ab


#cc99ab Border Color

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

This div border color is #cc99ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc99ab


Comments

No comments written yet.

Please login to write comment.