Color Hex Logo

#cba01f Color Hex

#CBA01F
(203,160,31)
0 Favorites   0 Comments

Color spaces of #cba01f

RGB 20316031
HSL0.130.740.46
HSV45°85°80°
CMYK 0.000.210.85   0.20
XYZ37.446737.93716.6453
Yxy37.93710.45650.4625
Hunter Lab61.59310.734636.7184
CIE-Lab67.97424.588066.0396

#cba01f color RGB value is (203,160,31).

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

The process color (four color CMYK) of #cba01f color hex is 0.00, 0.21, 0.85, 0.20. Web safe color of #cba01f is #cc9933. Color #cba01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 00011111
Octal 313 240 37
Decimal 203 160 31
Hex CB A0 1F

RGB Percentages of Color #cba01f

%51.52
%40.61
%7.87

CMYK Percentages of Color #cba01f

%0
%21
%85
%20

Triadic Colors of #cba01f

#cba01f #1fcba0 #a01fcb

Analogous Colors of #cba01f

#cba01f #a0cb1f #cb4a1f

Monochromatic Colors of #cba01f

#cba01f

Complementary Color

#cba01f #1f4acb

#cba01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba01f Color CSS Codes

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

#cba01f Text Font Color

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

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


#cba01f Background Color

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

This div background color is #cba01f


#cba01f Border Color

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

This div border color is #cba01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba01f


Comments

No comments written yet.

Please login to write comment.