Color Hex Logo

#ccafdb Color Hex

#CCAFDB
(204,175,219)
0 Favorites   0 Comments

Color spaces of #ccafdb

RGB 204175219
HSL0.780.380.77
HSV280°20°86°
CMYK 0.070.200.00   0.14
XYZ53.018048.611873.6065
Yxy48.61180.30260.2774
Hunter Lab69.722213.7209-13.7876
CIE-Lab75.209218.4471-18.2717

#ccafdb color RGB value is (204,175,219).

#ccafdb hex color red value is 204, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ccafdb hue: 0.78 , saturation: 0.38 and the lightness value of ccafdb is 0.77.

The process color (four color CMYK) of #ccafdb color hex is 0.07, 0.20, 0.00, 0.14. Web safe color of #ccafdb is #cc99cc. Color #ccafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11011011
Octal 314 257 333
Decimal 204 175 219
Hex CC AF DB

RGB Percentages of Color #ccafdb

%34.11
%29.26
%36.62

CMYK Percentages of Color #ccafdb

%7
%20
%0
%14

Triadic Colors of #ccafdb

#ccafdb #dbccaf #afdbcc

Analogous Colors of #ccafdb

#ccafdb #dbafd4 #b6afdb

Monochromatic Colors of #ccafdb

#ccafdb

Complementary Color

#ccafdb #bedbaf

#ccafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafdb Color CSS Codes

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

#ccafdb Text Font Color

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

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


#ccafdb Background Color

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

This div background color is #ccafdb


#ccafdb Border Color

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

This div border color is #ccafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafdb


Comments

No comments written yet.

Please login to write comment.