Color Hex Logo

#ccafbf Color Hex

#CCAFBF
(204,175,191)
0 Favorites   0 Comments

Color spaces of #ccafbf

RGB 204175191
HSL0.910.220.74
HSV327°14°80°
CMYK 0.000.140.06   0.20
XYZ49.635847.258955.7960
Yxy47.25890.32510.3095
Hunter Lab68.74518.5778-0.0003
CIE-Lab74.355113.1834-4.2612

#ccafbf color RGB value is (204,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10111111
Octal 314 257 277
Decimal 204 175 191
Hex CC AF BF

RGB Percentages of Color #ccafbf

%35.79
%30.70
%33.51

CMYK Percentages of Color #ccafbf

%0
%14
%6
%20

Triadic Colors of #ccafbf

#ccafbf #bfccaf #afbfcc

Analogous Colors of #ccafbf

#ccafbf #ccafb1 #cbafcc

Monochromatic Colors of #ccafbf

#ccafbf

Complementary Color

#ccafbf #afccbc

#ccafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafbf Color CSS Codes

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

#ccafbf Text Font Color

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

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


#ccafbf Background Color

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

This div background color is #ccafbf


#ccafbf Border Color

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

This div border color is #ccafbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,175,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 #ccafbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafbf


Comments

No comments written yet.

Please login to write comment.