Color Hex Logo

#c2aeaf Color Hex

#C2AEAF
(194,174,175)
0 Favorites   0 Comments

Color spaces of #c2aeaf

RGB 194174175
HSL0.990.140.72
HSV357°10°76°
CMYK 0.000.100.10   0.24
XYZ45.122044.836646.8336
Yxy44.83660.32990.3278
Hunter Lab66.96013.10445.4032
CIE-Lab72.78427.35932.1044

#c2aeaf color RGB value is (194,174,175).

#c2aeaf hex color red value is 194, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c2aeaf hue: 0.99 , saturation: 0.14 and the lightness value of c2aeaf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101110 10101111
Octal 302 256 257
Decimal 194 174 175
Hex C2 AE AF

RGB Percentages of Color #c2aeaf

%35.73
%32.04
%32.23

CMYK Percentages of Color #c2aeaf

%0
%10
%10
%24

Triadic Colors of #c2aeaf

#c2aeaf #afc2ae #aeafc2

Analogous Colors of #c2aeaf

#c2aeaf #c2b7ae #c2aeb9

Monochromatic Colors of #c2aeaf

#c2aeaf

Complementary Color

#c2aeaf #aec2c1

#c2aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aeaf Color CSS Codes

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

#c2aeaf Text Font Color

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

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


#c2aeaf Background Color

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

This div background color is #c2aeaf


#c2aeaf Border Color

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

This div border color is #c2aeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,174,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aeaf


Comments

No comments written yet.

Please login to write comment.