Color Hex Logo

#ccabbf Color Hex

#CCABBF
(204,171,191)
0 Favorites   0 Comments

Color spaces of #ccabbf

RGB 204171191
HSL0.900.240.74
HSV324°16°80°
CMYK 0.000.160.06   0.20
XYZ48.868745.724855.5403
Yxy45.72480.32550.3046
Hunter Lab67.620110.6658-1.3642
CIE-Lab73.366615.3590-5.7206

#ccabbf color RGB value is (204,171,191).

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

The process color (four color CMYK) of #ccabbf color hex is 0.00, 0.16, 0.06, 0.20. Web safe color of #ccabbf is #cc99cc. Color #ccabbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10111111
Octal 314 253 277
Decimal 204 171 191
Hex CC AB BF

RGB Percentages of Color #ccabbf

%36.04
%30.21
%33.75

CMYK Percentages of Color #ccabbf

%0
%16
%6
%20

Triadic Colors of #ccabbf

#ccabbf #bfccab #abbfcc

Analogous Colors of #ccabbf

#ccabbf #ccabaf #c9abcc

Monochromatic Colors of #ccabbf

#ccabbf

Complementary Color

#ccabbf #abccb8

#ccabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabbf Color CSS Codes

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

#ccabbf Text Font Color

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

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


#ccabbf Background Color

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

This div background color is #ccabbf


#ccabbf Border Color

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

This div border color is #ccabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabbf


Comments

No comments written yet.

Please login to write comment.