Color Hex Logo

#ccacdc Color Hex

#CCACDC
(204,172,220)
0 Favorites   0 Comments

Color spaces of #ccacdc

RGB 204172220
HSL0.780.410.77
HSV280°22°86°
CMYK 0.070.220.00   0.14
XYZ52.572647.509774.1096
Yxy47.50970.30180.2727
Hunter Lab68.927315.5238-15.4986
CIE-Lab74.514620.2851-19.8682

#ccacdc color RGB value is (204,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11011100
Octal 314 254 334
Decimal 204 172 220
Hex CC AC DC

RGB Percentages of Color #ccacdc

%34.23
%28.86
%36.91

CMYK Percentages of Color #ccacdc

%7
%22
%0
%14

Triadic Colors of #ccacdc

#ccacdc #dcccac #acdccc

Analogous Colors of #ccacdc

#ccacdc #dcacd4 #b4acdc

Monochromatic Colors of #ccacdc

#ccacdc

Complementary Color

#ccacdc #bcdcac

#ccacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacdc Color CSS Codes

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

#ccacdc Text Font Color

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

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


#ccacdc Background Color

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

This div background color is #ccacdc


#ccacdc Border Color

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

This div border color is #ccacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacdc

#ccacdc Color Palettes


Comments

No comments written yet.

Please login to write comment.