Color Hex Logo

#ccafc4 Color Hex

#CCAFC4
(204,175,196)
0 Favorites   0 Comments

Color spaces of #ccafc4

RGB 204175196
HSL0.880.220.74
HSV317°14°80°
CMYK 0.000.140.04   0.20
XYZ50.195647.482858.7441
Yxy47.48280.32090.3036
Hunter Lab68.90789.4391-2.3095
CIE-Lab74.497514.0774-6.7861

#ccafc4 color RGB value is (204,175,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11000100
Octal 314 257 304
Decimal 204 175 196
Hex CC AF C4

RGB Percentages of Color #ccafc4

%35.48
%30.43
%34.09

CMYK Percentages of Color #ccafc4

%0
%14
%4
%20

Triadic Colors of #ccafc4

#ccafc4 #c4ccaf #afc4cc

Analogous Colors of #ccafc4

#ccafc4 #ccafb6 #c6afcc

Monochromatic Colors of #ccafc4

#ccafc4

Complementary Color

#ccafc4 #afccb7

#ccafc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafc4 Color CSS Codes

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

#ccafc4 Text Font Color

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

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


#ccafc4 Background Color

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

This div background color is #ccafc4


#ccafc4 Border Color

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

This div border color is #ccafc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafc4


Comments

No comments written yet.

Please login to write comment.