Color Hex Logo

#ccabdc Color Hex

#CCABDC
(204,171,220)
0 Favorites   0 Comments

Color spaces of #ccabdc

RGB 204171220
HSL0.780.410.77
HSV280°22°86°
CMYK 0.070.220.00   0.14
XYZ52.383047.130574.0464
Yxy47.13050.30180.2716
Hunter Lab68.651716.0597-15.8929
CIE-Lab74.273220.8319-20.2345

#ccabdc color RGB value is (204,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11011100
Octal 314 253 334
Decimal 204 171 220
Hex CC AB DC

RGB Percentages of Color #ccabdc

%34.29
%28.74
%36.97

CMYK Percentages of Color #ccabdc

%7
%22
%0
%14

Triadic Colors of #ccabdc

#ccabdc #dcccab #abdccc

Analogous Colors of #ccabdc

#ccabdc #dcabd4 #b4abdc

Monochromatic Colors of #ccabdc

#ccabdc

Complementary Color

#ccabdc #bbdcab

#ccabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabdc Color CSS Codes

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

#ccabdc Text Font Color

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

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


#ccabdc Background Color

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

This div background color is #ccabdc


#ccabdc Border Color

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

This div border color is #ccabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabdc


Comments

No comments written yet.

Please login to write comment.