Color Hex Logo

#c5acbd Color Hex

#C5ACBD
(197,172,189)
0 Favorites   0 Comments

Color spaces of #c5acbd

RGB 197172189
HSL0.890.180.72
HSV319°13°77°
CMYK 0.000.130.04   0.23
XYZ46.963845.049554.3643
Yxy45.04950.32080.3078
Hunter Lab67.11897.4402-1.0399
CIE-Lab72.924511.9910-5.3470

#c5acbd color RGB value is (197,172,189).

#c5acbd hex color red value is 197, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c5acbd hue: 0.89 , saturation: 0.18 and the lightness value of c5acbd is 0.72.

The process color (four color CMYK) of #c5acbd color hex is 0.00, 0.13, 0.04, 0.23. Web safe color of #c5acbd is #cc99cc. Color #c5acbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101100 10111101
Octal 305 254 275
Decimal 197 172 189
Hex C5 AC BD

RGB Percentages of Color #c5acbd

%35.30
%30.82
%33.87

CMYK Percentages of Color #c5acbd

%0
%13
%4
%23

Triadic Colors of #c5acbd

#c5acbd #bdc5ac #acbdc5

Analogous Colors of #c5acbd

#c5acbd #c5acb1 #c1acc5

Monochromatic Colors of #c5acbd

#c5acbd

Complementary Color

#c5acbd #acc5b4

#c5acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5acbd Color CSS Codes

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

#c5acbd Text Font Color

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

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


#c5acbd Background Color

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

This div background color is #c5acbd


#c5acbd Border Color

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

This div border color is #c5acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5acbd


Comments

No comments written yet.

Please login to write comment.