Color Hex Logo

#ccadcd Color Hex

#CCADCD
(204,173,205)
0 Favorites   0 Comments

Color spaces of #ccadcd

RGB 204173205
HSL0.830.240.74
HSV298°16°80°
CMYK 0.000.160.00   0.20
XYZ50.864947.132364.1742
Yxy47.13230.31360.2906
Hunter Lab68.653012.1077-7.3650
CIE-Lab74.274316.8279-12.0406

#ccadcd color RGB value is (204,173,205).

#ccadcd hex color red value is 204, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ccadcd hue: 0.83 , saturation: 0.24 and the lightness value of ccadcd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11001101
Octal 314 255 315
Decimal 204 173 205
Hex CC AD CD

RGB Percentages of Color #ccadcd

%35.05
%29.73
%35.22

CMYK Percentages of Color #ccadcd

%0
%16
%0
%20

Triadic Colors of #ccadcd

#ccadcd #cdccad #adcdcc

Analogous Colors of #ccadcd

#ccadcd #cdadbe #bcadcd

Monochromatic Colors of #ccadcd

#ccadcd

Complementary Color

#ccadcd #aecdad

#ccadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadcd Color CSS Codes

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

#ccadcd Text Font Color

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

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


#ccadcd Background Color

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

This div background color is #ccadcd


#ccadcd Border Color

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

This div border color is #ccadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadcd


Comments

No comments written yet.

Please login to write comment.