Color Hex Logo

#ccaabb Color Hex

#CCAABB
(204,170,187)
11 Favorites   0 Comments

Color spaces of #ccaabb

RGB 204170187
HSL0.920.250.73
HSV330°17°80°
CMYK 0.000.170.08   0.20
XYZ48.246245.174753.1904
Yxy45.17470.32910.3081
Hunter Lab67.212110.50960.1275
CIE-Lab73.006815.2019-4.0547

#ccaabb color RGB value is (204,170,187). This hex color code is also a web safe color which is equal to #CAB.

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

The process color (four color CMYK) of #ccaabb color hex is 0.00, 0.17, 0.08, 0.20. Web safe color of #ccaabb is #cc99cc. Color #ccaabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10111011
Octal 314 252 273
Decimal 204 170 187
Hex CC AA BB

RGB Percentages of Color #ccaabb

%36.36
%30.30
%33.33

CMYK Percentages of Color #ccaabb

%0
%17
%8
%20

Triadic Colors of #ccaabb

#ccaabb #bbccaa #aabbcc

Analogous Colors of #ccaabb

#ccaabb #ccaaaa #ccaacc

Monochromatic Colors of #ccaabb

#ccaabb

Complementary Color

#ccaabb #aaccbb

#ccaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaabb Color CSS Codes

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

#ccaabb Text Font Color

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

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


#ccaabb Background Color

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

This div background color is #ccaabb


#ccaabb Border Color

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

This div border color is #ccaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaabb


Comments

No comments written yet.

Please login to write comment.