Color Hex Logo

#cba114 Color Hex

#CBA114
(203,161,20)
0 Favorites   0 Comments

Color spaces of #cba114

RGB 20316120
HSL0.130.820.44
HSV46°90°80°
CMYK 0.000.210.90   0.20
XYZ37.499738.23686.0658
Yxy38.23680.45840.4674
Hunter Lab61.83590.036537.4691
CIE-Lab68.19483.810268.7788

#cba114 color RGB value is (203,161,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100001 00010100
Octal 313 241 24
Decimal 203 161 20
Hex CB A1 14

RGB Percentages of Color #cba114

%52.86
%41.93
%5.21

CMYK Percentages of Color #cba114

%0
%21
%90
%20

Triadic Colors of #cba114

#cba114 #14cba1 #a114cb

Analogous Colors of #cba114

#cba114 #9acb14 #cb4514

Monochromatic Colors of #cba114

#cba114

Complementary Color

#cba114 #143ecb

#cba114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba114 Color CSS Codes

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

#cba114 Text Font Color

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

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


#cba114 Background Color

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

This div background color is #cba114


#cba114 Border Color

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

This div border color is #cba114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba114


Comments

No comments written yet.

Please login to write comment.