Color Hex Logo

#ccabd1 Color Hex

#CCABD1
(204,171,209)
0 Favorites   0 Comments

Color spaces of #ccabd1

RGB 204171209
HSL0.810.290.75
HSV292°18°82°
CMYK 0.020.180.00   0.18
XYZ50.973446.566666.6233
Yxy46.56660.31050.2837
Hunter Lab68.239713.9156-10.1178
CIE-Lab73.911718.6794-14.7724

#ccabd1 color RGB value is (204,171,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11010001
Octal 314 253 321
Decimal 204 171 209
Hex CC AB D1

RGB Percentages of Color #ccabd1

%34.93
%29.28
%35.79

CMYK Percentages of Color #ccabd1

%2
%18
%0
%18

Triadic Colors of #ccabd1

#ccabd1 #d1ccab #abd1cc

Analogous Colors of #ccabd1

#ccabd1 #d1abc3 #b9abd1

Monochromatic Colors of #ccabd1

#ccabd1

Complementary Color

#ccabd1 #b0d1ab

#ccabd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabd1 Color CSS Codes

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

#ccabd1 Text Font Color

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

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


#ccabd1 Background Color

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

This div background color is #ccabd1


#ccabd1 Border Color

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

This div border color is #ccabd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabd1


Comments

No comments written yet.

Please login to write comment.