Color Hex Logo

#c69aac Color Hex

#C69AAC
(198,154,172)
0 Favorites   0 Comments

Color spaces of #c69aac

RGB 198154172
HSL0.930.280.69
HSV335°22°78°
CMYK 0.000.220.13   0.22
XYZ42.290738.095544.1539
Yxy38.09550.33960.3059
Hunter Lab61.721614.29290.7907
CIE-Lab68.090919.2537-3.0513

#c69aac color RGB value is (198,154,172).

#c69aac hex color red value is 198, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c69aac hue: 0.93 , saturation: 0.28 and the lightness value of c69aac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011010 10101100
Octal 306 232 254
Decimal 198 154 172
Hex C6 9A AC

RGB Percentages of Color #c69aac

%37.79
%29.39
%32.82

CMYK Percentages of Color #c69aac

%0
%22
%13
%22

Triadic Colors of #c69aac

#c69aac #acc69a #9aacc6

Analogous Colors of #c69aac

#c69aac #c69e9a #c69ac2

Monochromatic Colors of #c69aac

#c69aac

Complementary Color

#c69aac #9ac6b4

#c69aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69aac Color CSS Codes

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

#c69aac Text Font Color

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

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


#c69aac Background Color

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

This div background color is #c69aac


#c69aac Border Color

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

This div border color is #c69aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69aac


Comments

No comments written yet.

Please login to write comment.