Color Hex Logo

#ccaadc Color Hex

#CCAADC
(204,170,220)
0 Favorites   0 Comments

Color spaces of #ccaadc

RGB 204170220
HSL0.780.420.76
HSV281°23°86°
CMYK 0.070.230.00   0.14
XYZ52.194846.754173.9836
Yxy46.75410.30180.2704
Hunter Lab68.377016.5963-16.2877
CIE-Lab74.032221.3790-20.6002

#ccaadc color RGB value is (204,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11011100
Octal 314 252 334
Decimal 204 170 220
Hex CC AA DC

RGB Percentages of Color #ccaadc

%34.34
%28.62
%37.04

CMYK Percentages of Color #ccaadc

%7
%23
%0
%14

Triadic Colors of #ccaadc

#ccaadc #dcccaa #aadccc

Analogous Colors of #ccaadc

#ccaadc #dcaad3 #b3aadc

Monochromatic Colors of #ccaadc

#ccaadc

Complementary Color

#ccaadc #badcaa

#ccaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaadc Color CSS Codes

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

#ccaadc Text Font Color

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

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


#ccaadc Background Color

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

This div background color is #ccaadc


#ccaadc Border Color

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

This div border color is #ccaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaadc


Comments

No comments written yet.

Please login to write comment.