Color Hex Logo

#ccaffa Color Hex

#CCAFFA
(204,175,250)
0 Favorites   0 Comments

Color spaces of #ccaffa

RGB 204175250
HSL0.730.880.83
HSV263°30°98°
CMYK 0.180.300.00   0.02
XYZ57.487150.399497.1406
Yxy50.39940.28040.2458
Hunter Lab70.992520.3057-31.4330
CIE-Lab76.313824.9403-33.3736

#ccaffa color RGB value is (204,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11111010
Octal 314 257 372
Decimal 204 175 250
Hex CC AF FA

RGB Percentages of Color #ccaffa

%32.43
%27.82
%39.75

CMYK Percentages of Color #ccaffa

%18
%30
%0
%2

Triadic Colors of #ccaffa

#ccaffa #faccaf #affacc

Analogous Colors of #ccaffa

#ccaffa #f2affa #afb8fa

Monochromatic Colors of #ccaffa

#ccaffa

Complementary Color

#ccaffa #ddfaaf

#ccaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaffa Color CSS Codes

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

#ccaffa Text Font Color

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

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


#ccaffa Background Color

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

This div background color is #ccaffa


#ccaffa Border Color

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

This div border color is #ccaffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,175,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 #ccaffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaffa

Related Colors


Comments

No comments written yet.

Please login to write comment.