Color Hex Logo

#ccacbd Color Hex

#CCACBD
(204,172,189)
0 Favorites   0 Comments

Color spaces of #ccacbd

RGB 204172189
HSL0.910.240.74
HSV328°16°80°
CMYK 0.000.160.07   0.20
XYZ48.839746.016554.4521
Yxy46.01650.32710.3082
Hunter Lab67.83559.8031-0.1078
CIE-Lab73.556214.4624-4.3431

#ccacbd color RGB value is (204,172,189).

#ccacbd hex color red value is 204, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccacbd hue: 0.91 , saturation: 0.24 and the lightness value of ccacbd is 0.74.

The process color (four color CMYK) of #ccacbd color hex is 0.00, 0.16, 0.07, 0.20. Web safe color of #ccacbd is #cc99cc. Color #ccacbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 10111101
Octal 314 254 275
Decimal 204 172 189
Hex CC AC BD

RGB Percentages of Color #ccacbd

%36.11
%30.44
%33.45

CMYK Percentages of Color #ccacbd

%0
%16
%7
%20

Triadic Colors of #ccacbd

#ccacbd #bdccac #acbdcc

Analogous Colors of #ccacbd

#ccacbd #ccacad #cbaccc

Monochromatic Colors of #ccacbd

#ccacbd

Complementary Color

#ccacbd #acccbb

#ccacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacbd Color CSS Codes

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

#ccacbd Text Font Color

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

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


#ccacbd Background Color

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

This div background color is #ccacbd


#ccacbd Border Color

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

This div border color is #ccacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacbd


Comments

No comments written yet.

Please login to write comment.