Color Hex Logo

#c0adaf Color Hex

#C0ADAF
(192,173,175)
0 Favorites   0 Comments

Color spaces of #c0adaf

RGB 192173175
HSL0.980.130.72
HSV354°10°75°
CMYK 0.000.100.09   0.25
XYZ44.419744.188846.7456
Yxy44.18880.32820.3265
Hunter Lab66.47472.94664.8390
CIE-Lab72.35457.17711.4582

#c0adaf color RGB value is (192,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101101 10101111
Octal 300 255 257
Decimal 192 173 175
Hex C0 AD AF

RGB Percentages of Color #c0adaf

%35.56
%32.04
%32.41

CMYK Percentages of Color #c0adaf

%0
%10
%9
%25

Triadic Colors of #c0adaf

#c0adaf #afc0ad #adafc0

Analogous Colors of #c0adaf

#c0adaf #c0b5ad #c0adb9

Monochromatic Colors of #c0adaf

#c0adaf

Complementary Color

#c0adaf #adc0be

#c0adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0adaf Color CSS Codes

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

#c0adaf Text Font Color

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

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


#c0adaf Background Color

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

This div background color is #c0adaf


#c0adaf Border Color

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

This div border color is #c0adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0adaf


Comments

No comments written yet.

Please login to write comment.