Color Hex Logo

#cba012 Color Hex

#CBA012
(203,160,18)
0 Favorites   0 Comments

Color spaces of #cba012

RGB 20316018
HSL0.130.840.43
HSV46°91°80°
CMYK 0.000.210.91   0.20
XYZ37.308637.88185.9178
Yxy37.88180.46000.4671
Hunter Lab61.54820.491837.3831
CIE-Lab67.93344.312868.9545

#cba012 color RGB value is (203,160,18).

#cba012 hex color red value is 203, green value is 160 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cba012 hue: 0.13 , saturation: 0.84 and the lightness value of cba012 is 0.43.

The process color (four color CMYK) of #cba012 color hex is 0.00, 0.21, 0.91, 0.20. Web safe color of #cba012 is #cc9900. Color #cba012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 00010010
Octal 313 240 22
Decimal 203 160 18
Hex CB A0 12

RGB Percentages of Color #cba012

%53.28
%41.99
%4.72

CMYK Percentages of Color #cba012

%0
%21
%91
%20

Triadic Colors of #cba012

#cba012 #12cba0 #a012cb

Analogous Colors of #cba012

#cba012 #9acb12 #cb4412

Monochromatic Colors of #cba012

#cba012

Complementary Color

#cba012 #123dcb

#cba012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba012 Color CSS Codes

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

#cba012 Text Font Color

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

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


#cba012 Background Color

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

This div background color is #cba012


#cba012 Border Color

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

This div border color is #cba012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba012


Comments

No comments written yet.

Please login to write comment.