Color Hex Logo

#cba015 Color Hex

#CBA015
(203,160,21)
0 Favorites   0 Comments

Color spaces of #cba015

RGB 20316021
HSL0.130.810.44
HSV46°90°80°
CMYK 0.000.210.90   0.20
XYZ37.334837.89236.0557
Yxy37.89230.45930.4662
Hunter Lab61.55670.537937.2570
CIE-Lab67.94124.365168.3839

#cba015 color RGB value is (203,160,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 00010101
Octal 313 240 25
Decimal 203 160 21
Hex CB A0 15

RGB Percentages of Color #cba015

%52.86
%41.67
%5.47

CMYK Percentages of Color #cba015

%0
%21
%90
%20

Triadic Colors of #cba015

#cba015 #15cba0 #a015cb

Analogous Colors of #cba015

#cba015 #9bcb15 #cb4515

Monochromatic Colors of #cba015

#cba015

Complementary Color

#cba015 #1540cb

#cba015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba015 Color CSS Codes

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

#cba015 Text Font Color

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

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


#cba015 Background Color

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

This div background color is #cba015


#cba015 Border Color

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

This div border color is #cba015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba015


Comments

No comments written yet.

Please login to write comment.