Color Hex Logo

#c296ae Color Hex

#C296AE
(194,150,174)
0 Favorites   0 Comments

Color spaces of #c296ae

RGB 194150174
HSL0.910.270.67
HSV327°23°76°
CMYK 0.000.230.10   0.24
XYZ40.794536.338044.9082
Yxy36.33800.33430.2978
Hunter Lab60.281015.3061-1.9732
CIE-Lab66.777420.3599-6.1543

#c296ae color RGB value is (194,150,174).

#c296ae hex color red value is 194, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c296ae hue: 0.91 , saturation: 0.27 and the lightness value of c296ae is 0.67.

The process color (four color CMYK) of #c296ae color hex is 0.00, 0.23, 0.10, 0.24. Web safe color of #c296ae is #cc9999. Color #c296ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 10101110
Octal 302 226 256
Decimal 194 150 174
Hex C2 96 AE

RGB Percentages of Color #c296ae

%37.45
%28.96
%33.59

CMYK Percentages of Color #c296ae

%0
%23
%10
%24

Triadic Colors of #c296ae

#c296ae #aec296 #96aec2

Analogous Colors of #c296ae

#c296ae #c29698 #c096c2

Monochromatic Colors of #c296ae

#c296ae

Complementary Color

#c296ae #96c2aa

#c296ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296ae Color CSS Codes

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

#c296ae Text Font Color

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

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


#c296ae Background Color

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

This div background color is #c296ae


#c296ae Border Color

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

This div border color is #c296ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296ae


Comments

No comments written yet.

Please login to write comment.