Color Hex Logo

#cbb13e Color Hex

#CBB13E
(203,177,62)
0 Favorites   0 Comments

Color spaces of #cbb13e

RGB 20317762
HSL0.140.580.52
HSV49°69°80°
CMYK 0.000.130.69   0.20
XYZ41.220244.488610.9720
Yxy44.48860.42640.4602
Hunter Lab66.6998-6.412336.9367
CIE-Lab72.5539-3.231459.6101

#cbb13e color RGB value is (203,177,62).

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

The process color (four color CMYK) of #cbb13e color hex is 0.00, 0.13, 0.69, 0.20. Web safe color of #cbb13e is #cc9933. Color #cbb13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 00111110
Octal 313 261 76
Decimal 203 177 62
Hex CB B1 3E

RGB Percentages of Color #cbb13e

%45.93
%40.05
%14.03

CMYK Percentages of Color #cbb13e

%0
%13
%69
%20

Triadic Colors of #cbb13e

#cbb13e #3ecbb1 #b13ecb

Analogous Colors of #cbb13e

#cbb13e #9fcb3e #cb6b3e

Monochromatic Colors of #cbb13e

#cbb13e

Complementary Color

#cbb13e #3e58cb

#cbb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb13e Color CSS Codes

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

#cbb13e Text Font Color

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

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


#cbb13e Background Color

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

This div background color is #cbb13e


#cbb13e Border Color

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

This div border color is #cbb13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb13e


Comments

No comments written yet.

Please login to write comment.