Color Hex Logo

#c8aeae Color Hex

#C8AEAE
(200,174,174)
0 Favorites   0 Comments

Color spaces of #c8aeae

RGB 200174174
HSL0.000.190.73
HSV13°78°
CMYK 0.000.130.13   0.22
XYZ46.595545.607546.3917
Yxy45.60750.33620.3291
Hunter Lab67.53334.97516.5443
CIE-Lab73.29019.37893.4530

#c8aeae color RGB value is (200,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 10101110
Octal 310 256 256
Decimal 200 174 174
Hex C8 AE AE

RGB Percentages of Color #c8aeae

%36.50
%31.75
%31.75

CMYK Percentages of Color #c8aeae

%0
%13
%13
%22

Triadic Colors of #c8aeae

#c8aeae #aec8ae #aeaec8

Analogous Colors of #c8aeae

#c8aeae #c8bbae #c8aebb

Monochromatic Colors of #c8aeae

#c8aeae

Complementary Color

#c8aeae #aec8c8

#c8aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aeae Color CSS Codes

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

#c8aeae Text Font Color

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

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


#c8aeae Background Color

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

This div background color is #c8aeae


#c8aeae Border Color

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

This div border color is #c8aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aeae

#c8aeae Color Palettes


Comments

No comments written yet.

Please login to write comment.