Color Hex Logo

#c8b08a Color Hex

#C8B08A
(200,176,138)
0 Favorites   0 Comments

Color spaces of #c8b08a

RGB 200176138
HSL0.100.360.66
HSV37°31°78°
CMYK 0.000.120.31   0.22
XYZ43.932245.165030.4470
Yxy45.16500.36750.3778
Hunter Lab67.2049-0.922220.1823
CIE-Lab73.00042.968422.6639

#c8b08a color RGB value is (200,176,138).

#c8b08a hex color red value is 200, green value is 176 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c8b08a hue: 0.10 , saturation: 0.36 and the lightness value of c8b08a is 0.66.

The process color (four color CMYK) of #c8b08a color hex is 0.00, 0.12, 0.31, 0.22. Web safe color of #c8b08a is #cc9999. Color #c8b08a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110000 10001010
Octal 310 260 212
Decimal 200 176 138
Hex C8 B0 8A

RGB Percentages of Color #c8b08a

%38.91
%34.24
%26.85

CMYK Percentages of Color #c8b08a

%0
%12
%31
%22

Triadic Colors of #c8b08a

#c8b08a #8ac8b0 #b08ac8

Analogous Colors of #c8b08a

#c8b08a #c1c88a #c8918a

Monochromatic Colors of #c8b08a

#c8b08a

Complementary Color

#c8b08a #8aa2c8

#c8b08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b08a Color CSS Codes

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

#c8b08a Text Font Color

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

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


#c8b08a Background Color

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

This div background color is #c8b08a


#c8b08a Border Color

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

This div border color is #c8b08a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,176,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8b08a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8b08a;
  -webkit-box-shadow: 1px 1px 3px 2px #c8b08a;
  box-shadow:         1px 1px 3px 2px #c8b08a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,176,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b08a


Comments

No comments written yet.

Please login to write comment.