Color Hex Logo

#ccaafa Color Hex

#CCAAFA
(204,170,250)
0 Favorites   0 Comments

Color spaces of #ccaafa

RGB 204170250
HSL0.740.890.82
HSV266°32°98°
CMYK 0.180.320.00   0.02
XYZ56.531948.488996.8222
Yxy48.48890.28010.2402
Hunter Lab69.634023.0546-33.6957
CIE-Lab75.132327.6780-35.2001

#ccaafa color RGB value is (204,170,250).

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

The process color (four color CMYK) of #ccaafa color hex is 0.18, 0.32, 0.00, 0.02. Web safe color of #ccaafa is #cc99ff. Color #ccaafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11111010
Octal 314 252 372
Decimal 204 170 250
Hex CC AA FA

RGB Percentages of Color #ccaafa

%32.69
%27.24
%40.06

CMYK Percentages of Color #ccaafa

%18
%32
%0
%2

Triadic Colors of #ccaafa

#ccaafa #faccaa #aafacc

Analogous Colors of #ccaafa

#ccaafa #f4aafa #aab0fa

Monochromatic Colors of #ccaafa

#ccaafa

Complementary Color

#ccaafa #d8faaa

#ccaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaafa Color CSS Codes

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

#ccaafa Text Font Color

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

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


#ccaafa Background Color

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

This div background color is #ccaafa


#ccaafa Border Color

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

This div border color is #ccaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaafa


Comments

No comments written yet.

Please login to write comment.