Color Hex Logo

#cbb36b Color Hex

#CBB36B
(203,179,107)
0 Favorites   0 Comments

Color spaces of #cbb36b

RGB 203179107
HSL0.130.480.61
HSV45°47°80°
CMYK 0.000.120.47   0.20
XYZ43.402545.998220.5009
Yxy45.99820.39490.4185
Hunter Lab67.8220-4.457829.5535
CIE-Lab73.5444-0.936339.7561

#cbb36b color RGB value is (203,179,107).

#cbb36b hex color red value is 203, green value is 179 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cbb36b hue: 0.13 , saturation: 0.48 and the lightness value of cbb36b is 0.61.

The process color (four color CMYK) of #cbb36b color hex is 0.00, 0.12, 0.47, 0.20. Web safe color of #cbb36b is #cccc66. Color #cbb36b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01101011
Octal 313 263 153
Decimal 203 179 107
Hex CB B3 6B

RGB Percentages of Color #cbb36b

%41.51
%36.61
%21.88

CMYK Percentages of Color #cbb36b

%0
%12
%47
%20

Triadic Colors of #cbb36b

#cbb36b #6bcbb3 #b36bcb

Analogous Colors of #cbb36b

#cbb36b #b3cb6b #cb836b

Monochromatic Colors of #cbb36b

#cbb36b

Complementary Color

#cbb36b #6b83cb

#cbb36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb36b Color CSS Codes

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

#cbb36b Text Font Color

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

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


#cbb36b Background Color

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

This div background color is #cbb36b


#cbb36b Border Color

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

This div border color is #cbb36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb36b


Comments

No comments written yet.

Please login to write comment.