Color Hex Logo

#ccabdd Color Hex

#CCABDD
(204,171,221)
0 Favorites   0 Comments

Color spaces of #ccabdd

RGB 204171221
HSL0.780.420.77
HSV280°23°87°
CMYK 0.080.230.00   0.13
XYZ52.515947.183674.7461
Yxy47.18360.30100.2705
Hunter Lab68.690316.2608-16.4338
CIE-Lab74.307121.0322-20.7283

#ccabdd color RGB value is (204,171,221).

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

The process color (four color CMYK) of #ccabdd color hex is 0.08, 0.23, 0.00, 0.13. Web safe color of #ccabdd is #cc99cc. Color #ccabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11011101
Octal 314 253 335
Decimal 204 171 221
Hex CC AB DD

RGB Percentages of Color #ccabdd

%34.23
%28.69
%37.08

CMYK Percentages of Color #ccabdd

%8
%23
%0
%13

Triadic Colors of #ccabdd

#ccabdd #ddccab #abddcc

Analogous Colors of #ccabdd

#ccabdd #ddabd5 #b3abdd

Monochromatic Colors of #ccabdd

#ccabdd

Complementary Color

#ccabdd #bcddab

#ccabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabdd Color CSS Codes

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

#ccabdd Text Font Color

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

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


#ccabdd Background Color

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

This div background color is #ccabdd


#ccabdd Border Color

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

This div border color is #ccabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabdd


Comments

No comments written yet.

Please login to write comment.