Color Hex Logo

#c0adbd Color Hex

#C0ADBD
(192,173,189)
0 Favorites   0 Comments

Color spaces of #c0adbd

RGB 192173189
HSL0.860.130.72
HSV309°10°75°
CMYK 0.000.100.02   0.25
XYZ45.867144.767754.3677
Yxy44.76770.31630.3087
Hunter Lab66.90875.2748-1.3410
CIE-Lab72.73879.6907-5.6706

#c0adbd color RGB value is (192,173,189).

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

The process color (four color CMYK) of #c0adbd color hex is 0.00, 0.10, 0.02, 0.25. Web safe color of #c0adbd is #cc99cc. Color #c0adbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101101 10111101
Octal 300 255 275
Decimal 192 173 189
Hex C0 AD BD

RGB Percentages of Color #c0adbd

%34.66
%31.23
%34.12

CMYK Percentages of Color #c0adbd

%0
%10
%2
%25

Triadic Colors of #c0adbd

#c0adbd #bdc0ad #adbdc0

Analogous Colors of #c0adbd

#c0adbd #c0adb4 #baadc0

Monochromatic Colors of #c0adbd

#c0adbd

Complementary Color

#c0adbd #adc0b0

#c0adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0adbd Color CSS Codes

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

#c0adbd Text Font Color

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

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


#c0adbd Background Color

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

This div background color is #c0adbd


#c0adbd Border Color

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

This div border color is #c0adbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,173,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0adbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0adbd


Comments

No comments written yet.

Please login to write comment.