Color Hex Logo

#c8aeaf Color Hex

#C8AEAF
(200,174,175)
0 Favorites   0 Comments

Color spaces of #c8aeaf

RGB 200174175
HSL0.990.190.73
HSV358°13°78°
CMYK 0.000.130.13   0.22
XYZ46.693345.646646.9071
Yxy45.64660.33530.3278
Hunter Lab67.56235.13016.1298
CIE-Lab73.31569.54462.9417

#c8aeaf color RGB value is (200,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 10101111
Octal 310 256 257
Decimal 200 174 175
Hex C8 AE AF

RGB Percentages of Color #c8aeaf

%36.43
%31.69
%31.88

CMYK Percentages of Color #c8aeaf

%0
%13
%13
%22

Triadic Colors of #c8aeaf

#c8aeaf #afc8ae #aeafc8

Analogous Colors of #c8aeaf

#c8aeaf #c8baae #c8aebc

Monochromatic Colors of #c8aeaf

#c8aeaf

Complementary Color

#c8aeaf #aec8c7

#c8aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aeaf Color CSS Codes

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

#c8aeaf Text Font Color

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

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


#c8aeaf Background Color

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

This div background color is #c8aeaf


#c8aeaf Border Color

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

This div border color is #c8aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aeaf


Comments

No comments written yet.

Please login to write comment.