Color Hex Logo

#ccaafc Color Hex

#CCAAFC
(204,170,252)
0 Favorites   0 Comments

Color spaces of #ccaafc

RGB 204170252
HSL0.740.930.83
HSV265°33°99°
CMYK 0.190.330.00   0.01
XYZ56.847348.615198.4829
Yxy48.61510.27870.2384
Hunter Lab69.724523.5154-34.9374
CIE-Lab75.211228.1180-36.1572

#ccaafc color RGB value is (204,170,252).

#ccaafc hex color red value is 204, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ccaafc hue: 0.74 , saturation: 0.93 and the lightness value of ccaafc is 0.83.

The process color (four color CMYK) of #ccaafc color hex is 0.19, 0.33, 0.00, 0.01. Web safe color of #ccaafc is #cc99ff. Color #ccaafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11111100
Octal 314 252 374
Decimal 204 170 252
Hex CC AA FC

RGB Percentages of Color #ccaafc

%32.59
%27.16
%40.26

CMYK Percentages of Color #ccaafc

%19
%33
%0
%1

Triadic Colors of #ccaafc

#ccaafc #fcccaa #aafccc

Analogous Colors of #ccaafc

#ccaafc #f5aafc #aab1fc

Monochromatic Colors of #ccaafc

#ccaafc

Complementary Color

#ccaafc #dafcaa

#ccaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaafc Color CSS Codes

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

#ccaafc Text Font Color

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

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


#ccaafc Background Color

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

This div background color is #ccaafc


#ccaafc Border Color

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

This div border color is #ccaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaafc


Comments

No comments written yet.

Please login to write comment.