Color Hex Logo

#ccaad6 Color Hex

#CCAAD6
(204,170,214)
1 Favorites   0 Comments

Color spaces of #ccaad6

RGB 204170214
HSL0.800.350.75
HSV286°21°84°
CMYK 0.050.210.00   0.16
XYZ51.414246.441969.8727
Yxy46.44190.30650.2769
Hunter Lab68.148315.4091-13.0865
CIE-Lab73.831420.1932-17.6276

#ccaad6 color RGB value is (204,170,214).

#ccaad6 hex color red value is 204, green value is 170 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ccaad6 hue: 0.80 , saturation: 0.35 and the lightness value of ccaad6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11010110
Octal 314 252 326
Decimal 204 170 214
Hex CC AA D6

RGB Percentages of Color #ccaad6

%34.69
%28.91
%36.39

CMYK Percentages of Color #ccaad6

%5
%21
%0
%16

Triadic Colors of #ccaad6

#ccaad6 #d6ccaa #aad6cc

Analogous Colors of #ccaad6

#ccaad6 #d6aaca #b6aad6

Monochromatic Colors of #ccaad6

#ccaad6

Complementary Color

#ccaad6 #b4d6aa

#ccaad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaad6 Color CSS Codes

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

#ccaad6 Text Font Color

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

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


#ccaad6 Background Color

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

This div background color is #ccaad6


#ccaad6 Border Color

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

This div border color is #ccaad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaad6


Comments

No comments written yet.

Please login to write comment.