Color Hex Logo

#c1aeaa Color Hex

#C1AEAA
(193,174,170)
0 Favorites   0 Comments

Color spaces of #c1aeaa

RGB 193174170
HSL0.030.160.71
HSV10°12°76°
CMYK 0.000.100.12   0.24
XYZ44.384144.511844.2826
Yxy44.51180.33330.3342
Hunter Lab66.71721.99347.3491
CIE-Lab72.56936.14774.5263

#c1aeaa color RGB value is (193,174,170).

#c1aeaa hex color red value is 193, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c1aeaa hue: 0.03 , saturation: 0.16 and the lightness value of c1aeaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 10101010
Octal 301 256 252
Decimal 193 174 170
Hex C1 AE AA

RGB Percentages of Color #c1aeaa

%35.94
%32.40
%31.66

CMYK Percentages of Color #c1aeaa

%0
%10
%12
%24

Triadic Colors of #c1aeaa

#c1aeaa #aac1ae #aeaac1

Analogous Colors of #c1aeaa

#c1aeaa #c1baaa #c1aab2

Monochromatic Colors of #c1aeaa

#c1aeaa

Complementary Color

#c1aeaa #aabdc1

#c1aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aeaa Color CSS Codes

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

#c1aeaa Text Font Color

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

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


#c1aeaa Background Color

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

This div background color is #c1aeaa


#c1aeaa Border Color

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

This div border color is #c1aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aeaa


Comments

No comments written yet.

Please login to write comment.