Color Hex Logo

#c0adae Color Hex

#C0ADAE
(192,173,174)
0 Favorites   0 Comments

Color spaces of #c0adae

RGB 192173174
HSL0.990.130.72
HSV357°10°75°
CMYK 0.000.100.09   0.25
XYZ44.321844.149646.2301
Yxy44.14960.32900.3278
Hunter Lab66.44522.78825.2598
CIE-Lab72.32847.00451.9698

#c0adae color RGB value is (192,173,174).

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

The process color (four color CMYK) of #c0adae color hex is 0.00, 0.10, 0.09, 0.25. Web safe color of #c0adae is #cc9999. Color #c0adae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101101 10101110
Octal 300 255 256
Decimal 192 173 174
Hex C0 AD AE

RGB Percentages of Color #c0adae

%35.62
%32.10
%32.28

CMYK Percentages of Color #c0adae

%0
%10
%9
%25

Triadic Colors of #c0adae

#c0adae #aec0ad #adaec0

Analogous Colors of #c0adae

#c0adae #c0b6ad #c0adb8

Monochromatic Colors of #c0adae

#c0adae

Complementary Color

#c0adae #adc0bf

#c0adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0adae Color CSS Codes

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

#c0adae Text Font Color

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

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


#c0adae Background Color

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

This div background color is #c0adae


#c0adae Border Color

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

This div border color is #c0adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0adae


Comments

No comments written yet.

Please login to write comment.