Color Hex Logo

#ccafaf Color Hex

#CCAFAF
(204,175,175)
0 Favorites   0 Comments

Color spaces of #ccafaf

RGB 204175175
HSL0.000.220.74
HSV14°80°
CMYK 0.000.140.14   0.20
XYZ47.969746.592547.0224
Yxy46.59250.33880.3291
Hunter Lab68.25875.99056.9371
CIE-Lab73.928410.46623.8745

#ccafaf color RGB value is (204,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10101111
Octal 314 257 257
Decimal 204 175 175
Hex CC AF AF

RGB Percentages of Color #ccafaf

%36.82
%31.59
%31.59

CMYK Percentages of Color #ccafaf

%0
%14
%14
%20

Triadic Colors of #ccafaf

#ccafaf #afccaf #afafcc

Analogous Colors of #ccafaf

#ccafaf #ccbeaf #ccafbe

Monochromatic Colors of #ccafaf

#ccafaf

Complementary Color

#ccafaf #afcccc

#ccafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafaf Color CSS Codes

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

#ccafaf Text Font Color

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

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


#ccafaf Background Color

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

This div background color is #ccafaf


#ccafaf Border Color

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

This div border color is #ccafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafaf


Comments

No comments written yet.

Please login to write comment.