Color Hex Logo

#c8bb3e Color Hex

#C8BB3E
(200,187,62)
0 Favorites   0 Comments

Color spaces of #c8bb3e

RGB 20018762
HSL0.150.560.51
HSV54°69°78°
CMYK 0.000.070.69   0.22
XYZ42.459248.167811.6169
Yxy48.16780.41530.4711
Hunter Lab69.4030-12.253038.6580
CIE-Lab74.9306-9.721561.9191

#c8bb3e color RGB value is (200,187,62).

#c8bb3e hex color red value is 200, green value is 187 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c8bb3e hue: 0.15 , saturation: 0.56 and the lightness value of c8bb3e is 0.51.

The process color (four color CMYK) of #c8bb3e color hex is 0.00, 0.07, 0.69, 0.22. Web safe color of #c8bb3e is #cccc33. Color #c8bb3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111011 00111110
Octal 310 273 76
Decimal 200 187 62
Hex C8 BB 3E

RGB Percentages of Color #c8bb3e

%44.54
%41.65
%13.81

CMYK Percentages of Color #c8bb3e

%0
%7
%69
%22

Triadic Colors of #c8bb3e

#c8bb3e #3ec8bb #bb3ec8

Analogous Colors of #c8bb3e

#c8bb3e #90c83e #c8763e

Monochromatic Colors of #c8bb3e

#c8bb3e

Complementary Color

#c8bb3e #3e4bc8

#c8bb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bb3e Color CSS Codes

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

#c8bb3e Text Font Color

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

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


#c8bb3e Background Color

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

This div background color is #c8bb3e


#c8bb3e Border Color

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

This div border color is #c8bb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bb3e


Comments

No comments written yet.

Please login to write comment.