Color Hex Logo

#c8aaa4 Color Hex

#C8AAA4
(200,170,164)
0 Favorites   0 Comments

Color spaces of #c8aaa4

RGB 200170164
HSL0.030.250.71
HSV10°18°78°
CMYK 0.000.150.18   0.22
XYZ44.895043.709141.1924
Yxy43.70910.34590.3368
Hunter Lab66.11295.51589.3377
CIE-Lab72.03369.93927.1330

#c8aaa4 color RGB value is (200,170,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101010 10100100
Octal 310 252 244
Decimal 200 170 164
Hex C8 AA A4

RGB Percentages of Color #c8aaa4

%37.45
%31.84
%30.71

CMYK Percentages of Color #c8aaa4

%0
%15
%18
%22

Triadic Colors of #c8aaa4

#c8aaa4 #a4c8aa #aaa4c8

Analogous Colors of #c8aaa4

#c8aaa4 #c8bca4 #c8a4b0

Monochromatic Colors of #c8aaa4

#c8aaa4

Complementary Color

#c8aaa4 #a4c2c8

#c8aaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aaa4 Color CSS Codes

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

#c8aaa4 Text Font Color

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

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


#c8aaa4 Background Color

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

This div background color is #c8aaa4


#c8aaa4 Border Color

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

This div border color is #c8aaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aaa4


Comments

No comments written yet.

Please login to write comment.