Color Hex Logo

#c0b3ad Color Hex

#C0B3AD
(192,179,173)
0 Favorites   0 Comments

Color spaces of #c0b3ad

RGB 192179173
HSL0.050.130.72
HSV19°10°75°
CMYK 0.000.070.10   0.25
XYZ45.401246.463846.1107
Yxy46.46380.32910.3368
Hunter Lab68.1644-0.39687.6075
CIE-Lab73.84553.58764.7150

#c0b3ad color RGB value is (192,179,173).

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

The process color (four color CMYK) of #c0b3ad color hex is 0.00, 0.07, 0.10, 0.25. Web safe color of #c0b3ad is #cccc99. Color #c0b3ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110011 10101101
Octal 300 263 255
Decimal 192 179 173
Hex C0 B3 AD

RGB Percentages of Color #c0b3ad

%35.29
%32.90
%31.80

CMYK Percentages of Color #c0b3ad

%0
%7
%10
%25

Triadic Colors of #c0b3ad

#c0b3ad #adc0b3 #b3adc0

Analogous Colors of #c0b3ad

#c0b3ad #c0bdad #c0adb1

Monochromatic Colors of #c0b3ad

#c0b3ad

Complementary Color

#c0b3ad #adbac0

#c0b3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b3ad Color CSS Codes

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

#c0b3ad Text Font Color

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

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


#c0b3ad Background Color

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

This div background color is #c0b3ad


#c0b3ad Border Color

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

This div border color is #c0b3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b3ad


Comments

No comments written yet.

Please login to write comment.