Color Hex Logo

#ccafa3 Color Hex

#CCAFA3
(204,175,163)
0 Favorites   0 Comments

Color spaces of #ccafa3

RGB 204175163
HSL0.050.290.72
HSV18°20°80°
CMYK 0.000.140.20   0.20
XYZ46.842746.141741.0877
Yxy46.14170.34940.3442
Hunter Lab67.92774.219611.6864
CIE-Lab73.63748.578110.0208

#ccafa3 color RGB value is (204,175,163).

#ccafa3 hex color red value is 204, green value is 175 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #ccafa3 hue: 0.05 , saturation: 0.29 and the lightness value of ccafa3 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10100011
Octal 314 257 243
Decimal 204 175 163
Hex CC AF A3

RGB Percentages of Color #ccafa3

%37.64
%32.29
%30.07

CMYK Percentages of Color #ccafa3

%0
%14
%20
%20

Triadic Colors of #ccafa3

#ccafa3 #a3ccaf #afa3cc

Analogous Colors of #ccafa3

#ccafa3 #ccc4a3 #cca3ac

Monochromatic Colors of #ccafa3

#ccafa3

Complementary Color

#ccafa3 #a3c0cc

#ccafa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafa3 Color CSS Codes

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

#ccafa3 Text Font Color

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

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


#ccafa3 Background Color

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

This div background color is #ccafa3


#ccafa3 Border Color

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

This div border color is #ccafa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafa3


Comments

No comments written yet.

Please login to write comment.