Color Hex Logo

#cbac3e Color Hex

#CBAC3E
(203,172,62)
0 Favorites   0 Comments

Color spaces of #cbac3e

RGB 20317262
HSL0.130.580.52
HSV47°69°80°
CMYK 0.000.150.69   0.20
XYZ40.250642.549410.6488
Yxy42.54940.43070.4553
Hunter Lab65.2299-4.007635.9818
CIE-Lab71.2481-0.594058.2816

#cbac3e color RGB value is (203,172,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 00111110
Octal 313 254 76
Decimal 203 172 62
Hex CB AC 3E

RGB Percentages of Color #cbac3e

%46.45
%39.36
%14.19

CMYK Percentages of Color #cbac3e

%0
%15
%69
%20

Triadic Colors of #cbac3e

#cbac3e #3ecbac #ac3ecb

Analogous Colors of #cbac3e

#cbac3e #a4cb3e #cb663e

Monochromatic Colors of #cbac3e

#cbac3e

Complementary Color

#cbac3e #3e5dcb

#cbac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac3e Color CSS Codes

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

#cbac3e Text Font Color

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

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


#cbac3e Background Color

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

This div background color is #cbac3e


#cbac3e Border Color

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

This div border color is #cbac3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac3e


Comments

No comments written yet.

Please login to write comment.