Color Hex Logo

#c9be5b Color Hex

#C9BE5B
(201,190,91)
0 Favorites   0 Comments

Color spaces of #c9be5b

RGB 20119091
HSL0.150.500.57
HSV54°55°79°
CMYK 0.000.050.55   0.21
XYZ44.389249.999717.2089
Yxy49.99970.39780.4480
Hunter Lab70.7105-11.688235.0678
CIE-Lab76.0691-8.922850.6061

#c9be5b color RGB value is (201,190,91).

#c9be5b hex color red value is 201, green value is 190 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c9be5b hue: 0.15 , saturation: 0.50 and the lightness value of c9be5b is 0.57.

The process color (four color CMYK) of #c9be5b color hex is 0.00, 0.05, 0.55, 0.21. Web safe color of #c9be5b is #cccc66. Color #c9be5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 01011011
Octal 311 276 133
Decimal 201 190 91
Hex C9 BE 5B

RGB Percentages of Color #c9be5b

%41.70
%39.42
%18.88

CMYK Percentages of Color #c9be5b

%0
%5
%55
%21

Triadic Colors of #c9be5b

#c9be5b #5bc9be #be5bc9

Analogous Colors of #c9be5b

#c9be5b #9dc95b #c9875b

Monochromatic Colors of #c9be5b

#c9be5b

Complementary Color

#c9be5b #5b66c9

#c9be5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9be5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9be5b Color CSS Codes

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

#c9be5b Text Font Color

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

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


#c9be5b Background Color

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

This div background color is #c9be5b


#c9be5b Border Color

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

This div border color is #c9be5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9be5b


Comments

No comments written yet.

Please login to write comment.