Color Hex Logo

#c0adab Color Hex

#C0ADAB
(192,173,171)
0 Favorites   0 Comments

Color spaces of #c0adab

RGB 192173171
HSL0.020.140.71
HSV11°75°
CMYK 0.000.100.11   0.25
XYZ44.032544.033944.7067
Yxy44.03390.33160.3316
Hunter Lab66.35802.31886.5058
CIE-Lab72.25116.49193.5063

#c0adab color RGB value is (192,173,171).

#c0adab hex color red value is 192, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c0adab hue: 0.02 , saturation: 0.14 and the lightness value of c0adab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101101 10101011
Octal 300 255 253
Decimal 192 173 171
Hex C0 AD AB

RGB Percentages of Color #c0adab

%35.82
%32.28
%31.90

CMYK Percentages of Color #c0adab

%0
%10
%11
%25

Triadic Colors of #c0adab

#c0adab #abc0ad #adabc0

Analogous Colors of #c0adab

#c0adab #c0b8ab #c0abb4

Monochromatic Colors of #c0adab

#c0adab

Complementary Color

#c0adab #abbec0

#c0adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0adab Color CSS Codes

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

#c0adab Text Font Color

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

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


#c0adab Background Color

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

This div background color is #c0adab


#c0adab Border Color

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

This div border color is #c0adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0adab


Comments

No comments written yet.

Please login to write comment.