Color Hex Logo

#cbb930 Color Hex

#CBB930
(203,185,48)
0 Favorites   0 Comments

Color spaces of #cbb930

RGB 20318548
HSL0.150.620.49
HSV53°76°80°
CMYK 0.000.090.76   0.20
XYZ42.511147.60789.7450
Yxy47.60780.42570.4767
Hunter Lab68.9984-10.770339.9251
CIE-Lab74.5769-8.041066.7053

#cbb930 color RGB value is (203,185,48).

#cbb930 hex color red value is 203, green value is 185 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cbb930 hue: 0.15 , saturation: 0.62 and the lightness value of cbb930 is 0.49.

The process color (four color CMYK) of #cbb930 color hex is 0.00, 0.09, 0.76, 0.20. Web safe color of #cbb930 is #cccc33. Color #cbb930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 00110000
Octal 313 271 60
Decimal 203 185 48
Hex CB B9 30

RGB Percentages of Color #cbb930

%46.56
%42.43
%11.01

CMYK Percentages of Color #cbb930

%0
%9
%76
%20

Triadic Colors of #cbb930

#cbb930 #30cbb9 #b930cb

Analogous Colors of #cbb930

#cbb930 #90cb30 #cb6c30

Monochromatic Colors of #cbb930

#cbb930

Complementary Color

#cbb930 #3042cb

#cbb930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb930 Color CSS Codes

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

#cbb930 Text Font Color

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

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


#cbb930 Background Color

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

This div background color is #cbb930


#cbb930 Border Color

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

This div border color is #cbb930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb930


Comments

No comments written yet.

Please login to write comment.