Color Hex Logo

#ccafc3 Color Hex

#CCAFC3
(204,175,195)
0 Favorites   0 Comments

Color spaces of #ccafc3

RGB 204175195
HSL0.890.220.74
HSV319°14°80°
CMYK 0.000.140.04   0.20
XYZ50.082147.437458.1465
Yxy47.43740.32170.3047
Hunter Lab68.87489.2648-1.8423
CIE-Lab74.468713.8969-6.2819

#ccafc3 color RGB value is (204,175,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11000011
Octal 314 257 303
Decimal 204 175 195
Hex CC AF C3

RGB Percentages of Color #ccafc3

%35.54
%30.49
%33.97

CMYK Percentages of Color #ccafc3

%0
%14
%4
%20

Triadic Colors of #ccafc3

#ccafc3 #c3ccaf #afc3cc

Analogous Colors of #ccafc3

#ccafc3 #ccafb5 #c7afcc

Monochromatic Colors of #ccafc3

#ccafc3

Complementary Color

#ccafc3 #afccb8

#ccafc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafc3 Color CSS Codes

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

#ccafc3 Text Font Color

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

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


#ccafc3 Background Color

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

This div background color is #ccafc3


#ccafc3 Border Color

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

This div border color is #ccafc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafc3

#ccafc3 Color Palettes


Comments

No comments written yet.

Please login to write comment.