Color Hex Logo

#cba401 Color Hex

#CBA401
(203,164,1)
0 Favorites   0 Comments

Color spaces of #cba401

RGB 2031641
HSL0.130.990.40
HSV48°100°80°
CMYK 0.000.191.00   0.20
XYZ37.909539.24965.6066
Yxy39.24960.45800.4742
Hunter Lab62.6495-1.625538.5487
CIE-Lab68.93171.964972.0276

#cba401 color RGB value is (203,164,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100100 00000001
Octal 313 244 1
Decimal 203 164 1
Hex CB A4 1

RGB Percentages of Color #cba401

%55.16
%44.57
%0.27

CMYK Percentages of Color #cba401

%0
%19
%100
%20

Triadic Colors of #cba401

#cba401 #01cba4 #a401cb

Analogous Colors of #cba401

#cba401 #8dcb01 #cb3f01

Monochromatic Colors of #cba401

#cba401

Complementary Color

#cba401 #0128cb

#cba401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba401 Color CSS Codes

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

#cba401 Text Font Color

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

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


#cba401 Background Color

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

This div background color is #cba401


#cba401 Border Color

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

This div border color is #cba401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba401


Comments

No comments written yet.

Please login to write comment.