Color Hex Logo

#ccaadf Color Hex

#CCAADF
(204,170,223)
0 Favorites   0 Comments

Color spaces of #ccaadf

RGB 204170223
HSL0.770.450.77
HSV278°24°87°
CMYK 0.090.240.00   0.13
XYZ52.595846.914576.0953
Yxy46.91450.29950.2672
Hunter Lab68.494217.2031-17.9238
CIE-Lab74.135021.9816-22.0801

#ccaadf color RGB value is (204,170,223).

#ccaadf hex color red value is 204, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccaadf hue: 0.77 , saturation: 0.45 and the lightness value of ccaadf is 0.77.

The process color (four color CMYK) of #ccaadf color hex is 0.09, 0.24, 0.00, 0.13. Web safe color of #ccaadf is #cc99cc. Color #ccaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11011111
Octal 314 252 337
Decimal 204 170 223
Hex CC AA DF

RGB Percentages of Color #ccaadf

%34.17
%28.48
%37.35

CMYK Percentages of Color #ccaadf

%9
%24
%0
%13

Triadic Colors of #ccaadf

#ccaadf #dfccaa #aadfcc

Analogous Colors of #ccaadf

#ccaadf #dfaad8 #b2aadf

Monochromatic Colors of #ccaadf

#ccaadf

Complementary Color

#ccaadf #bddfaa

#ccaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaadf Color CSS Codes

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

#ccaadf Text Font Color

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

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


#ccaadf Background Color

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

This div background color is #ccaadf


#ccaadf Border Color

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

This div border color is #ccaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaadf


Comments

No comments written yet.

Please login to write comment.