Color Hex Logo

#c9accb Color Hex

#C9ACCB
(201,172,203)
0 Favorites   0 Comments

Color spaces of #c9accb

RGB 201172203
HSL0.820.230.74
HSV296°15°80°
CMYK 0.010.150.00   0.20
XYZ49.619446.234462.8088
Yxy46.23440.31270.2914
Hunter Lab67.995911.2660-7.1699
CIE-Lab73.697415.9739-11.8376

#c9accb color RGB value is (201,172,203).

#c9accb hex color red value is 201, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c9accb hue: 0.82 , saturation: 0.23 and the lightness value of c9accb is 0.74.

The process color (four color CMYK) of #c9accb color hex is 0.01, 0.15, 0.00, 0.20. Web safe color of #c9accb is #cc99cc. Color #c9accb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101100 11001011
Octal 311 254 313
Decimal 201 172 203
Hex C9 AC CB

RGB Percentages of Color #c9accb

%34.90
%29.86
%35.24

CMYK Percentages of Color #c9accb

%1
%15
%0
%20

Triadic Colors of #c9accb

#c9accb #cbc9ac #accbc9

Analogous Colors of #c9accb

#c9accb #cbacbe #baaccb

Monochromatic Colors of #c9accb

#c9accb

Complementary Color

#c9accb #aecbac

#c9accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9accb Color CSS Codes

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

#c9accb Text Font Color

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

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


#c9accb Background Color

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

This div background color is #c9accb


#c9accb Border Color

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

This div border color is #c9accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9accb


Comments

No comments written yet.

Please login to write comment.