Color Hex Logo

#c9bd26 Color Hex

#C9BD26
(201,189,38)
0 Favorites   0 Comments

Color spaces of #c9bd26

RGB 20118938
HSL0.150.680.47
HSV56°81°79°
CMYK 0.000.060.81   0.21
XYZ42.634848.95269.0354
Yxy48.95260.42370.4865
Hunter Lab69.9661-13.669441.3196
CIE-Lab75.4218-11.312570.3885

#c9bd26 color RGB value is (201,189,38).

#c9bd26 hex color red value is 201, green value is 189 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #c9bd26 hue: 0.15 , saturation: 0.68 and the lightness value of c9bd26 is 0.47.

The process color (four color CMYK) of #c9bd26 color hex is 0.00, 0.06, 0.81, 0.21. Web safe color of #c9bd26 is #cccc33. Color #c9bd26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111101 00100110
Octal 311 275 46
Decimal 201 189 38
Hex C9 BD 26

RGB Percentages of Color #c9bd26

%46.96
%44.16
%8.88

CMYK Percentages of Color #c9bd26

%0
%6
%81
%21

Triadic Colors of #c9bd26

#c9bd26 #26c9bd #bd26c9

Analogous Colors of #c9bd26

#c9bd26 #84c926 #c96c26

Monochromatic Colors of #c9bd26

#c9bd26

Complementary Color

#c9bd26 #2632c9

#c9bd26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bd26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bd26 Color CSS Codes

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

#c9bd26 Text Font Color

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

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


#c9bd26 Background Color

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

This div background color is #c9bd26


#c9bd26 Border Color

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

This div border color is #c9bd26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bd26


Comments

No comments written yet.

Please login to write comment.