Color Hex Logo

#c8b05f Color Hex

#C8B05F
(200,176,95)
0 Favorites   0 Comments

Color spaces of #c8b05f

RGB 20017695
HSL0.130.490.58
HSV46°53°78°
CMYK 0.000.120.53   0.22
XYZ41.410344.156317.1669
Yxy44.15630.40310.4298
Hunter Lab66.4502-5.050631.1980
CIE-Lab72.3328-1.697844.2524

#c8b05f color RGB value is (200,176,95).

#c8b05f hex color red value is 200, green value is 176 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c8b05f hue: 0.13 , saturation: 0.49 and the lightness value of c8b05f is 0.58.

The process color (four color CMYK) of #c8b05f color hex is 0.00, 0.12, 0.53, 0.22. Web safe color of #c8b05f is #cc9966. Color #c8b05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110000 01011111
Octal 310 260 137
Decimal 200 176 95
Hex C8 B0 5F

RGB Percentages of Color #c8b05f

%42.46
%37.37
%20.17

CMYK Percentages of Color #c8b05f

%0
%12
%53
%22

Triadic Colors of #c8b05f

#c8b05f #5fc8b0 #b05fc8

Analogous Colors of #c8b05f

#c8b05f #acc85f #c87c5f

Monochromatic Colors of #c8b05f

#c8b05f

Complementary Color

#c8b05f #5f77c8

#c8b05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b05f Color CSS Codes

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

#c8b05f Text Font Color

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

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


#c8b05f Background Color

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

This div background color is #c8b05f


#c8b05f Border Color

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

This div border color is #c8b05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b05f


Comments

No comments written yet.

Please login to write comment.