Color Hex Logo

#cba20f Color Hex

#CBA20F
(203,162,15)
0 Favorites   0 Comments

Color spaces of #cba20f

RGB 20316215
HSL0.130.860.43
HSV47°93°80°
CMYK 0.000.200.93   0.20
XYZ37.635238.57175.9134
Yxy38.57170.45830.4697
Hunter Lab62.1061-0.517937.8290
CIE-Lab68.43993.194969.8465

#cba20f color RGB value is (203,162,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100010 00001111
Octal 313 242 17
Decimal 203 162 15
Hex CB A2 F

RGB Percentages of Color #cba20f

%53.42
%42.63
%3.95

CMYK Percentages of Color #cba20f

%0
%20
%93
%20

Triadic Colors of #cba20f

#cba20f #0fcba2 #a20fcb

Analogous Colors of #cba20f

#cba20f #96cb0f #cb440f

Monochromatic Colors of #cba20f

#cba20f

Complementary Color

#cba20f #0f38cb

#cba20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba20f Color CSS Codes

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

#cba20f Text Font Color

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

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


#cba20f Background Color

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

This div background color is #cba20f


#cba20f Border Color

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

This div border color is #cba20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba20f


Comments

No comments written yet.

Please login to write comment.