Color Hex Logo

#c0aabf Color Hex

#C0AABF
(192,170,191)
0 Favorites   0 Comments

Color spaces of #c0aabf

RGB 192170191
HSL0.840.150.71
HSV303°11°75°
CMYK 0.000.110.01   0.25
XYZ45.516943.717555.3295
Yxy43.71750.31490.3024
Hunter Lab66.11927.1720-3.3313
CIE-Lab72.039311.7047-7.8067

#c0aabf color RGB value is (192,170,191).

#c0aabf hex color red value is 192, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c0aabf hue: 0.84 , saturation: 0.15 and the lightness value of c0aabf is 0.71.

The process color (four color CMYK) of #c0aabf color hex is 0.00, 0.11, 0.01, 0.25. Web safe color of #c0aabf is #cc99cc. Color #c0aabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101010 10111111
Octal 300 252 277
Decimal 192 170 191
Hex C0 AA BF

RGB Percentages of Color #c0aabf

%34.72
%30.74
%34.54

CMYK Percentages of Color #c0aabf

%0
%11
%1
%25

Triadic Colors of #c0aabf

#c0aabf #bfc0aa #aabfc0

Analogous Colors of #c0aabf

#c0aabf #c0aab4 #b6aac0

Monochromatic Colors of #c0aabf

#c0aabf

Complementary Color

#c0aabf #aac0ab

#c0aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aabf Color CSS Codes

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

#c0aabf Text Font Color

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

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


#c0aabf Background Color

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

This div background color is #c0aabf


#c0aabf Border Color

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

This div border color is #c0aabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,170,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0aabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0aabf;
  -webkit-box-shadow: 1px 1px 3px 2px #c0aabf;
  box-shadow:         1px 1px 3px 2px #c0aabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,170,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aabf


Comments

No comments written yet.

Please login to write comment.