Color Hex Logo

#c8ba92 Color Hex

#C8BA92
(200,186,146)
0 Favorites   0 Comments

Color spaces of #c8ba92

RGB 200186146
HSL0.120.330.68
HSV44°27°78°
CMYK 0.000.070.27   0.22
XYZ46.566649.472534.2890
Yxy49.47250.35730.3796
Hunter Lab70.3367-4.912820.3319
CIE-Lab75.7443-1.281122.1101

#c8ba92 color RGB value is (200,186,146).

#c8ba92 hex color red value is 200, green value is 186 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c8ba92 hue: 0.12 , saturation: 0.33 and the lightness value of c8ba92 is 0.68.

The process color (four color CMYK) of #c8ba92 color hex is 0.00, 0.07, 0.27, 0.22. Web safe color of #c8ba92 is #cccc99. Color #c8ba92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111010 10010010
Octal 310 272 222
Decimal 200 186 146
Hex C8 BA 92

RGB Percentages of Color #c8ba92

%37.59
%34.96
%27.44

CMYK Percentages of Color #c8ba92

%0
%7
%27
%22

Triadic Colors of #c8ba92

#c8ba92 #92c8ba #ba92c8

Analogous Colors of #c8ba92

#c8ba92 #bbc892 #c89f92

Monochromatic Colors of #c8ba92

#c8ba92

Complementary Color

#c8ba92 #92a0c8

#c8ba92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ba92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ba92 Color CSS Codes

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

#c8ba92 Text Font Color

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

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


#c8ba92 Background Color

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

This div background color is #c8ba92


#c8ba92 Border Color

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

This div border color is #c8ba92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ba92


Comments

No comments written yet.

Please login to write comment.