Color Hex Logo

#cbb73c Color Hex

#CBB73C
(203,183,60)
0 Favorites   0 Comments

Color spaces of #cbb73c

RGB 20318360
HSL0.140.580.52
HSV52°70°80°
CMYK 0.000.100.70   0.20
XYZ42.377746.889711.0920
Yxy46.88970.42230.4672
Hunter Lab68.4761-9.365038.3292
CIE-Lab74.1192-6.468461.9708

#cbb73c color RGB value is (203,183,60).

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

The process color (four color CMYK) of #cbb73c color hex is 0.00, 0.10, 0.70, 0.20. Web safe color of #cbb73c is #cccc33. Color #cbb73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 00111100
Octal 313 267 74
Decimal 203 183 60
Hex CB B7 3C

RGB Percentages of Color #cbb73c

%45.52
%41.03
%13.45

CMYK Percentages of Color #cbb73c

%0
%10
%70
%20

Triadic Colors of #cbb73c

#cbb73c #3ccbb7 #b73ccb

Analogous Colors of #cbb73c

#cbb73c #98cb3c #cb703c

Monochromatic Colors of #cbb73c

#cbb73c

Complementary Color

#cbb73c #3c50cb

#cbb73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb73c Color CSS Codes

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

#cbb73c Text Font Color

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

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


#cbb73c Background Color

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

This div background color is #cbb73c


#cbb73c Border Color

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

This div border color is #cbb73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb73c


Comments

No comments written yet.

Please login to write comment.