Color Hex Logo

#c69eac Color Hex

#C69EAC
(198,158,172)
0 Favorites   0 Comments

Color spaces of #c69eac

RGB 198158172
HSL0.940.260.70
HSV339°20°78°
CMYK 0.000.200.13   0.22
XYZ42.962039.438044.3777
Yxy39.43800.33890.3111
Hunter Lab62.799712.21452.0622
CIE-Lab69.067417.0541-1.6175

#c69eac color RGB value is (198,158,172).

#c69eac hex color red value is 198, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c69eac hue: 0.94 , saturation: 0.26 and the lightness value of c69eac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011110 10101100
Octal 306 236 254
Decimal 198 158 172
Hex C6 9E AC

RGB Percentages of Color #c69eac

%37.50
%29.92
%32.58

CMYK Percentages of Color #c69eac

%0
%20
%13
%22

Triadic Colors of #c69eac

#c69eac #acc69e #9eacc6

Analogous Colors of #c69eac

#c69eac #c6a49e #c69ec0

Monochromatic Colors of #c69eac

#c69eac

Complementary Color

#c69eac #9ec6b8

#c69eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69eac Color CSS Codes

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

#c69eac Text Font Color

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

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


#c69eac Background Color

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

This div background color is #c69eac


#c69eac Border Color

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

This div border color is #c69eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69eac


Comments

No comments written yet.

Please login to write comment.