Color Hex Logo

#ccaafd Color Hex

#CCAAFD
(204,170,253)
0 Favorites   0 Comments

Color spaces of #ccaafd

RGB 204170253
HSL0.730.950.83
HSV265°33°99°
CMYK 0.190.330.00   0.01
XYZ57.006248.678799.3199
Yxy48.67870.27810.2375
Hunter Lab69.770123.7470-35.5620
CIE-Lab75.251028.3388-36.6351

#ccaafd color RGB value is (204,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11111101
Octal 314 252 375
Decimal 204 170 253
Hex CC AA FD

RGB Percentages of Color #ccaafd

%32.54
%27.11
%40.35

CMYK Percentages of Color #ccaafd

%19
%33
%0
%1

Triadic Colors of #ccaafd

#ccaafd #fdccaa #aafdcc

Analogous Colors of #ccaafd

#ccaafd #f6aafd #aab2fd

Monochromatic Colors of #ccaafd

#ccaafd

Complementary Color

#ccaafd #dbfdaa

#ccaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaafd Color CSS Codes

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

#ccaafd Text Font Color

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

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


#ccaafd Background Color

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

This div background color is #ccaafd


#ccaafd Border Color

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

This div border color is #ccaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaafd


Comments

No comments written yet.

Please login to write comment.