Color Hex Logo

#cbc15a Color Hex

#CBC15A
(203,193,90)
0 Favorites   0 Comments

Color spaces of #cbc15a

RGB 20319390
HSL0.150.520.57
HSV55°56°80°
CMYK 0.000.050.56   0.20
XYZ45.544051.574617.2273
Yxy51.57460.39830.4510
Hunter Lab71.8155-12.475736.0482
CIE-Lab77.0258-9.711252.2170

#cbc15a color RGB value is (203,193,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01011010
Octal 313 301 132
Decimal 203 193 90
Hex CB C1 5A

RGB Percentages of Color #cbc15a

%41.77
%39.71
%18.52

CMYK Percentages of Color #cbc15a

%0
%5
%56
%20

Triadic Colors of #cbc15a

#cbc15a #5acbc1 #c15acb

Analogous Colors of #cbc15a

#cbc15a #9dcb5a #cb895a

Monochromatic Colors of #cbc15a

#cbc15a

Complementary Color

#cbc15a #5a64cb

#cbc15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc15a Color CSS Codes

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

#cbc15a Text Font Color

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

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


#cbc15a Background Color

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

This div background color is #cbc15a


#cbc15a Border Color

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

This div border color is #cbc15a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,193,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc15a


Comments

No comments written yet.

Please login to write comment.