Color Hex Logo

#cbab3e Color Hex

#CBAB3E
(203,171,62)
0 Favorites   0 Comments

Color spaces of #cbab3e

RGB 20317162
HSL0.130.580.52
HSV46°69°80°
CMYK 0.000.160.69   0.20
XYZ40.061042.170110.5856
Yxy42.17010.43160.4543
Hunter Lab64.9385-3.524535.7921
CIE-Lab70.9880-0.063758.0160

#cbab3e color RGB value is (203,171,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101011 00111110
Octal 313 253 76
Decimal 203 171 62
Hex CB AB 3E

RGB Percentages of Color #cbab3e

%46.56
%39.22
%14.22

CMYK Percentages of Color #cbab3e

%0
%16
%69
%20

Triadic Colors of #cbab3e

#cbab3e #3ecbab #ab3ecb

Analogous Colors of #cbab3e

#cbab3e #a5cb3e #cb653e

Monochromatic Colors of #cbab3e

#cbab3e

Complementary Color

#cbab3e #3e5ecb

#cbab3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbab3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbab3e Color CSS Codes

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

#cbab3e Text Font Color

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

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


#cbab3e Background Color

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

This div background color is #cbab3e


#cbab3e Border Color

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

This div border color is #cbab3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbab3e


Comments

No comments written yet.

Please login to write comment.