Color Hex Logo

#cba301 Color Hex

#CBA301
(203,163,1)
0 Favorites   0 Comments

Color spaces of #cba301

RGB 2031631
HSL0.130.990.40
HSV48°100°80°
CMYK 0.000.201.00   0.20
XYZ37.731338.89315.5472
Yxy38.89310.45920.4733
Hunter Lab62.3643-1.142638.3813
CIE-Lab68.67382.499171.8466

#cba301 color RGB value is (203,163,1).

#cba301 hex color red value is 203, green value is 163 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cba301 hue: 0.13 , saturation: 0.99 and the lightness value of cba301 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 00000001
Octal 313 243 1
Decimal 203 163 1
Hex CB A3 1

RGB Percentages of Color #cba301

%55.31
%44.41
%0.27

CMYK Percentages of Color #cba301

%0
%20
%100
%20

Triadic Colors of #cba301

#cba301 #01cba3 #a301cb

Analogous Colors of #cba301

#cba301 #8ecb01 #cb3e01

Monochromatic Colors of #cba301

#cba301

Complementary Color

#cba301 #0129cb

#cba301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba301 Color CSS Codes

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

#cba301 Text Font Color

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

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


#cba301 Background Color

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

This div background color is #cba301


#cba301 Border Color

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

This div border color is #cba301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba301


Comments

No comments written yet.

Please login to write comment.