Color Hex Logo

#c8aeaa Color Hex

#C8AEAA
(200,174,170)
0 Favorites   0 Comments

Color spaces of #c8aeaa

RGB 200174170
HSL0.020.210.73
HSV15°78°
CMYK 0.000.130.15   0.22
XYZ46.211245.453744.3681
Yxy45.45370.33970.3341
Hunter Lab67.41944.36528.1753
CIE-Lab73.18968.72525.5006

#c8aeaa color RGB value is (200,174,170).

#c8aeaa hex color red value is 200, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8aeaa hue: 0.02 , saturation: 0.21 and the lightness value of c8aeaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 10101010
Octal 310 256 252
Decimal 200 174 170
Hex C8 AE AA

RGB Percentages of Color #c8aeaa

%36.76
%31.99
%31.25

CMYK Percentages of Color #c8aeaa

%0
%13
%15
%22

Triadic Colors of #c8aeaa

#c8aeaa #aac8ae #aeaac8

Analogous Colors of #c8aeaa

#c8aeaa #c8bdaa #c8aab5

Monochromatic Colors of #c8aeaa

#c8aeaa

Complementary Color

#c8aeaa #aac4c8

#c8aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aeaa Color CSS Codes

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

#c8aeaa Text Font Color

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

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


#c8aeaa Background Color

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

This div background color is #c8aeaa


#c8aeaa Border Color

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

This div border color is #c8aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aeaa


Comments

No comments written yet.

Please login to write comment.