Color Hex Logo

#cba201 Color Hex

#CBA201
(203,162,1)
0 Favorites   0 Comments

Color spaces of #cba201

RGB 2031621
HSL0.130.990.40
HSV48°100°80°
CMYK 0.000.201.00   0.20
XYZ37.554438.53945.4882
Yxy38.53940.46030.4724
Hunter Lab62.0801-0.659438.2145
CIE-Lab68.41633.033671.6665

#cba201 color RGB value is (203,162,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100010 00000001
Octal 313 242 1
Decimal 203 162 1
Hex CB A2 1

RGB Percentages of Color #cba201

%55.46
%44.26
%0.27

CMYK Percentages of Color #cba201

%0
%20
%100
%20

Triadic Colors of #cba201

#cba201 #01cba2 #a201cb

Analogous Colors of #cba201

#cba201 #8fcb01 #cb3d01

Monochromatic Colors of #cba201

#cba201

Complementary Color

#cba201 #012acb

#cba201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba201 Color CSS Codes

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

#cba201 Text Font Color

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

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


#cba201 Background Color

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

This div background color is #cba201


#cba201 Border Color

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

This div border color is #cba201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba201


Comments

No comments written yet.

Please login to write comment.