Color Hex Logo

#ccaaf8 Color Hex

#CCAAF8
(204,170,248)
0 Favorites   0 Comments

Color spaces of #ccaaf8

RGB 204170248
HSL0.740.850.82
HSV266°31°97°
CMYK 0.180.310.00   0.03
XYZ56.219848.364195.1790
Yxy48.36410.28140.2421
Hunter Lab69.544322.5973-32.4639
CIE-Lab75.054027.2400-34.2408

#ccaaf8 color RGB value is (204,170,248).

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

The process color (four color CMYK) of #ccaaf8 color hex is 0.18, 0.31, 0.00, 0.03. Web safe color of #ccaaf8 is #cc99ff. Color #ccaaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11111000
Octal 314 252 370
Decimal 204 170 248
Hex CC AA F8

RGB Percentages of Color #ccaaf8

%32.80
%27.33
%39.87

CMYK Percentages of Color #ccaaf8

%18
%31
%0
%3

Triadic Colors of #ccaaf8

#ccaaf8 #f8ccaa #aaf8cc

Analogous Colors of #ccaaf8

#ccaaf8 #f3aaf8 #aaaff8

Monochromatic Colors of #ccaaf8

#ccaaf8

Complementary Color

#ccaaf8 #d6f8aa

#ccaaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaf8 Color CSS Codes

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

#ccaaf8 Text Font Color

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

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


#ccaaf8 Background Color

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

This div background color is #ccaaf8


#ccaaf8 Border Color

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

This div border color is #ccaaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaf8


Comments

No comments written yet.

Please login to write comment.