Color Hex Logo

#c0abbf Color Hex

#C0ABBF
(192,171,191)
0 Favorites   0 Comments

Color spaces of #c0abbf

RGB 192171191
HSL0.840.140.71
HSV303°11°75°
CMYK 0.000.110.01   0.25
XYZ45.705144.093955.3923
Yxy44.09390.31480.3037
Hunter Lab66.40326.6552-2.9763
CIE-Lab72.291211.1571-7.4327

#c0abbf color RGB value is (192,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101011 10111111
Octal 300 253 277
Decimal 192 171 191
Hex C0 AB BF

RGB Percentages of Color #c0abbf

%34.66
%30.87
%34.48

CMYK Percentages of Color #c0abbf

%0
%11
%1
%25

Triadic Colors of #c0abbf

#c0abbf #bfc0ab #abbfc0

Analogous Colors of #c0abbf

#c0abbf #c0abb5 #b7abc0

Monochromatic Colors of #c0abbf

#c0abbf

Complementary Color

#c0abbf #abc0ac

#c0abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0abbf Color CSS Codes

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

#c0abbf Text Font Color

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

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


#c0abbf Background Color

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

This div background color is #c0abbf


#c0abbf Border Color

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

This div border color is #c0abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0abbf


Comments

No comments written yet.

Please login to write comment.