Color Hex Logo

#c6aaae Color Hex

#C6AAAE
(198,170,174)
0 Favorites   0 Comments

Color spaces of #c6aaae

RGB 198170174
HSL0.980.200.72
HSV351°14°78°
CMYK 0.000.140.12   0.22
XYZ45.303443.811246.1131
Yxy43.81120.33500.3240
Hunter Lab66.19006.34085.0270
CIE-Lab72.102110.82121.7066

#c6aaae color RGB value is (198,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 10101110
Octal 306 252 256
Decimal 198 170 174
Hex C6 AA AE

RGB Percentages of Color #c6aaae

%36.53
%31.37
%32.10

CMYK Percentages of Color #c6aaae

%0
%14
%12
%22

Triadic Colors of #c6aaae

#c6aaae #aec6aa #aaaec6

Analogous Colors of #c6aaae

#c6aaae #c6b4aa #c6aabc

Monochromatic Colors of #c6aaae

#c6aaae

Complementary Color

#c6aaae #aac6c2

#c6aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aaae Color CSS Codes

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

#c6aaae Text Font Color

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

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


#c6aaae Background Color

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

This div background color is #c6aaae


#c6aaae Border Color

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

This div border color is #c6aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aaae


Comments

No comments written yet.

Please login to write comment.