Color Hex Logo

#cba72e Color Hex

#CBA72E
(203,167,46)
0 Favorites   0 Comments

Color spaces of #cba72e

RGB 20316746
HSL0.130.630.49
HSV46°77°80°
CMYK 0.000.180.77   0.20
XYZ38.940540.53128.3557
Yxy40.53120.44340.4615
Hunter Lab63.6641-2.231736.7833
CIE-Lab69.84621.329763.0201

#cba72e color RGB value is (203,167,46).

#cba72e hex color red value is 203, green value is 167 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cba72e hue: 0.13 , saturation: 0.63 and the lightness value of cba72e is 0.49.

The process color (four color CMYK) of #cba72e color hex is 0.00, 0.18, 0.77, 0.20. Web safe color of #cba72e is #cc9933. Color #cba72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00101110
Octal 313 247 56
Decimal 203 167 46
Hex CB A7 2E

RGB Percentages of Color #cba72e

%48.80
%40.14
%11.06

CMYK Percentages of Color #cba72e

%0
%18
%77
%20

Triadic Colors of #cba72e

#cba72e #2ecba7 #a72ecb

Analogous Colors of #cba72e

#cba72e #a1cb2e #cb592e

Monochromatic Colors of #cba72e

#cba72e

Complementary Color

#cba72e #2e52cb

#cba72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba72e Color CSS Codes

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

#cba72e Text Font Color

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

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


#cba72e Background Color

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

This div background color is #cba72e


#cba72e Border Color

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

This div border color is #cba72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba72e


Comments

No comments written yet.

Please login to write comment.