Color Hex Logo

#cbb33c Color Hex

#CBB33C
(203,179,60)
0 Favorites   0 Comments

Color spaces of #cbb33c

RGB 20317960
HSL0.140.580.52
HSV50°70°80°
CMYK 0.000.120.70   0.20
XYZ41.564345.263010.8209
Yxy45.26300.42570.4635
Hunter Lab67.2778-7.458637.5583
CIE-Lab73.0647-4.383260.9201

#cbb33c color RGB value is (203,179,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00111100
Octal 313 263 74
Decimal 203 179 60
Hex CB B3 3C

RGB Percentages of Color #cbb33c

%45.93
%40.50
%13.57

CMYK Percentages of Color #cbb33c

%0
%12
%70
%20

Triadic Colors of #cbb33c

#cbb33c #3ccbb3 #b33ccb

Analogous Colors of #cbb33c

#cbb33c #9ccb3c #cb6c3c

Monochromatic Colors of #cbb33c

#cbb33c

Complementary Color

#cbb33c #3c54cb

#cbb33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb33c Color CSS Codes

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

#cbb33c Text Font Color

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

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


#cbb33c Background Color

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

This div background color is #cbb33c


#cbb33c Border Color

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

This div border color is #cbb33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb33c


Comments

No comments written yet.

Please login to write comment.