Color Hex Logo

#c6abae Color Hex

#C6ABAE
(198,171,174)
0 Favorites   0 Comments

Color spaces of #c6abae

RGB 198171174
HSL0.980.190.72
HSV353°14°78°
CMYK 0.000.140.12   0.22
XYZ45.491644.187646.1758
Yxy44.18760.33490.3253
Hunter Lab66.47385.82825.3460
CIE-Lab72.353710.27692.0723

#c6abae color RGB value is (198,171,174).

#c6abae hex color red value is 198, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c6abae hue: 0.98 , saturation: 0.19 and the lightness value of c6abae is 0.72.

The process color (four color CMYK) of #c6abae color hex is 0.00, 0.14, 0.12, 0.22. Web safe color of #c6abae is #cc9999. Color #c6abae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101011 10101110
Octal 306 253 256
Decimal 198 171 174
Hex C6 AB AE

RGB Percentages of Color #c6abae

%36.46
%31.49
%32.04

CMYK Percentages of Color #c6abae

%0
%14
%12
%22

Triadic Colors of #c6abae

#c6abae #aec6ab #abaec6

Analogous Colors of #c6abae

#c6abae #c6b6ab #c6abbc

Monochromatic Colors of #c6abae

#c6abae

Complementary Color

#c6abae #abc6c3

#c6abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6abae Color CSS Codes

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

#c6abae Text Font Color

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

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


#c6abae Background Color

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

This div background color is #c6abae


#c6abae Border Color

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

This div border color is #c6abae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,171,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6abae


Comments

No comments written yet.

Please login to write comment.