Color Hex Logo

#cbb34c Color Hex

#CBB34C
(203,179,76)
0 Favorites   0 Comments

Color spaces of #cbb34c

RGB 20317976
HSL0.140.550.55
HSV49°63°80°
CMYK 0.000.120.63   0.20
XYZ42.053245.458513.3954
Yxy45.45850.41680.4505
Hunter Lab67.4229-6.655635.4165
CIE-Lab73.1928-3.452954.3099

#cbb34c color RGB value is (203,179,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01001100
Octal 313 263 114
Decimal 203 179 76
Hex CB B3 4C

RGB Percentages of Color #cbb34c

%44.32
%39.08
%16.59

CMYK Percentages of Color #cbb34c

%0
%12
%63
%20

Triadic Colors of #cbb34c

#cbb34c #4ccbb3 #b34ccb

Analogous Colors of #cbb34c

#cbb34c #a4cb4c #cb744c

Monochromatic Colors of #cbb34c

#cbb34c

Complementary Color

#cbb34c #4c64cb

#cbb34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb34c Color CSS Codes

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

#cbb34c Text Font Color

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

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


#cbb34c Background Color

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

This div background color is #cbb34c


#cbb34c Border Color

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

This div border color is #cbb34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb34c


Comments

No comments written yet.

Please login to write comment.