Color Hex Logo

#ccaccd Color Hex

#CCACCD
(204,172,205)
0 Favorites   0 Comments

Color spaces of #ccaccd

RGB 204172205
HSL0.830.250.74
HSV298°16°80°
CMYK 0.000.160.00   0.20
XYZ50.673846.750264.1105
Yxy46.75020.31370.2894
Hunter Lab68.374112.6362-7.7310
CIE-Lab74.029717.3733-12.4069

#ccaccd color RGB value is (204,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11001101
Octal 314 254 315
Decimal 204 172 205
Hex CC AC CD

RGB Percentages of Color #ccaccd

%35.11
%29.60
%35.28

CMYK Percentages of Color #ccaccd

%0
%16
%0
%20

Triadic Colors of #ccaccd

#ccaccd #cdccac #accdcc

Analogous Colors of #ccaccd

#ccaccd #cdacbe #bcaccd

Monochromatic Colors of #ccaccd

#ccaccd

Complementary Color

#ccaccd #adcdac

#ccaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaccd Color CSS Codes

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

#ccaccd Text Font Color

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

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


#ccaccd Background Color

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

This div background color is #ccaccd


#ccaccd Border Color

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

This div border color is #ccaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaccd


Comments

No comments written yet.

Please login to write comment.