Color Hex Logo

#cbc15b Color Hex

#CBC15B
(203,193,91)
0 Favorites   0 Comments

Color spaces of #cbc15b

RGB 20319391
HSL0.150.520.58
HSV55°55°80°
CMYK 0.000.050.55   0.20
XYZ45.586951.591817.4531
Yxy51.59180.39770.4501
Hunter Lab71.8274-12.409035.8725
CIE-Lab77.0361-9.633051.7643

#cbc15b color RGB value is (203,193,91).

#cbc15b hex color red value is 203, green value is 193 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cbc15b hue: 0.15 , saturation: 0.52 and the lightness value of cbc15b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01011011
Octal 313 301 133
Decimal 203 193 91
Hex CB C1 5B

RGB Percentages of Color #cbc15b

%41.68
%39.63
%18.69

CMYK Percentages of Color #cbc15b

%0
%5
%55
%20

Triadic Colors of #cbc15b

#cbc15b #5bcbc1 #c15bcb

Analogous Colors of #cbc15b

#cbc15b #9dcb5b #cb895b

Monochromatic Colors of #cbc15b

#cbc15b

Complementary Color

#cbc15b #5b65cb

#cbc15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc15b Color CSS Codes

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

#cbc15b Text Font Color

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

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


#cbc15b Background Color

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

This div background color is #cbc15b


#cbc15b Border Color

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

This div border color is #cbc15b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,193,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 #cbc15b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc15b


Comments

No comments written yet.

Please login to write comment.