Color Hex Logo

#ccaad1 Color Hex

#CCAAD1
(204,170,209)
0 Favorites   0 Comments

Color spaces of #ccaad1

RGB 204170209
HSL0.810.300.74
HSV292°19°82°
CMYK 0.020.190.00   0.18
XYZ50.785246.190366.5605
Yxy46.19030.31050.2824
Hunter Lab67.963414.4468-10.4917
CIE-Lab73.668819.2255-15.1377

#ccaad1 color RGB value is (204,170,209).

#ccaad1 hex color red value is 204, green value is 170 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ccaad1 hue: 0.81 , saturation: 0.30 and the lightness value of ccaad1 is 0.74.

The process color (four color CMYK) of #ccaad1 color hex is 0.02, 0.19, 0.00, 0.18. Web safe color of #ccaad1 is #cc99cc. Color #ccaad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11010001
Octal 314 252 321
Decimal 204 170 209
Hex CC AA D1

RGB Percentages of Color #ccaad1

%34.99
%29.16
%35.85

CMYK Percentages of Color #ccaad1

%2
%19
%0
%18

Triadic Colors of #ccaad1

#ccaad1 #d1ccaa #aad1cc

Analogous Colors of #ccaad1

#ccaad1 #d1aac3 #b9aad1

Monochromatic Colors of #ccaad1

#ccaad1

Complementary Color

#ccaad1 #afd1aa

#ccaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaad1 Color CSS Codes

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

#ccaad1 Text Font Color

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

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


#ccaad1 Background Color

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

This div background color is #ccaad1


#ccaad1 Border Color

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

This div border color is #ccaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaad1


Comments

No comments written yet.

Please login to write comment.