Color Hex Logo

#c9bb1e Color Hex

#C9BB1E
(201,187,30)
0 Favorites   0 Comments

Color spaces of #c9bb1e

RGB 20118730
HSL0.150.740.45
HSV55°85°79°
CMYK 0.000.070.85   0.21
XYZ42.092148.05198.2847
Yxy48.05190.42760.4882
Hunter Lab69.3195-12.920541.4376
CIE-Lab74.8577-10.511671.9019

#c9bb1e color RGB value is (201,187,30).

#c9bb1e hex color red value is 201, green value is 187 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c9bb1e hue: 0.15 , saturation: 0.74 and the lightness value of c9bb1e is 0.45.

The process color (four color CMYK) of #c9bb1e color hex is 0.00, 0.07, 0.85, 0.21. Web safe color of #c9bb1e is #cccc33. Color #c9bb1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111011 00011110
Octal 311 273 36
Decimal 201 187 30
Hex C9 BB 1E

RGB Percentages of Color #c9bb1e

%48.09
%44.74
%7.18

CMYK Percentages of Color #c9bb1e

%0
%7
%85
%21

Triadic Colors of #c9bb1e

#c9bb1e #1ec9bb #bb1ec9

Analogous Colors of #c9bb1e

#c9bb1e #82c91e #c9661e

Monochromatic Colors of #c9bb1e

#c9bb1e

Complementary Color

#c9bb1e #1e2cc9

#c9bb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bb1e Color CSS Codes

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

#c9bb1e Text Font Color

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

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


#c9bb1e Background Color

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

This div background color is #c9bb1e


#c9bb1e Border Color

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

This div border color is #c9bb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bb1e


Comments

No comments written yet.

Please login to write comment.