Color Hex Logo

#c8adae Color Hex

#C8ADAE
(200,173,174)
0 Favorites   0 Comments

Color spaces of #c8adae

RGB 200173174
HSL0.990.200.73
HSV358°14°78°
CMYK 0.000.140.13   0.22
XYZ46.403045.222546.3275
Yxy45.22250.33640.3278
Hunter Lab67.24775.48716.2280
CIE-Lab73.03829.92133.0881

#c8adae color RGB value is (200,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 10101110
Octal 310 255 256
Decimal 200 173 174
Hex C8 AD AE

RGB Percentages of Color #c8adae

%36.56
%31.63
%31.81

CMYK Percentages of Color #c8adae

%0
%14
%13
%22

Triadic Colors of #c8adae

#c8adae #aec8ad #adaec8

Analogous Colors of #c8adae

#c8adae #c8baad #c8adbc

Monochromatic Colors of #c8adae

#c8adae

Complementary Color

#c8adae #adc8c7

#c8adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8adae Color CSS Codes

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

#c8adae Text Font Color

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

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


#c8adae Background Color

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

This div background color is #c8adae


#c8adae Border Color

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

This div border color is #c8adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8adae


Comments

No comments written yet.

Please login to write comment.