Color Hex Logo

#c798ae Color Hex

#C798AE
(199,152,174)
0 Favorites   0 Comments

Color spaces of #c798ae

RGB 199152174
HSL0.920.300.69
HSV332°24°78°
CMYK 0.000.240.13   0.22
XYZ42.421437.654645.0766
Yxy37.65460.33900.3009
Hunter Lab61.363316.0139-0.5992
CIE-Lab67.765321.0503-4.6369

#c798ae color RGB value is (199,152,174).

#c798ae hex color red value is 199, green value is 152 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c798ae hue: 0.92 , saturation: 0.30 and the lightness value of c798ae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011000 10101110
Octal 307 230 256
Decimal 199 152 174
Hex C7 98 AE

RGB Percentages of Color #c798ae

%37.90
%28.95
%33.14

CMYK Percentages of Color #c798ae

%0
%24
%13
%22

Triadic Colors of #c798ae

#c798ae #aec798 #98aec7

Analogous Colors of #c798ae

#c798ae #c79a98 #c798c6

Monochromatic Colors of #c798ae

#c798ae

Complementary Color

#c798ae #98c7b1

#c798ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c798ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c798ae Color CSS Codes

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

#c798ae Text Font Color

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

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


#c798ae Background Color

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

This div background color is #c798ae


#c798ae Border Color

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

This div border color is #c798ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c798ae


Comments

No comments written yet.

Please login to write comment.