Color Hex Logo

#cba830 Color Hex

#CBA830
(203,168,48)
0 Favorites   0 Comments

Color spaces of #cba830

RGB 20316848
HSL0.130.620.49
HSV46°76°80°
CMYK 0.000.170.76   0.20
XYZ39.164740.91528.6295
Yxy40.91520.44150.4612
Hunter Lab63.9650-2.646236.7767
CIE-Lab70.11650.876262.5677

#cba830 color RGB value is (203,168,48).

#cba830 hex color red value is 203, green value is 168 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cba830 hue: 0.13 , saturation: 0.62 and the lightness value of cba830 is 0.49.

The process color (four color CMYK) of #cba830 color hex is 0.00, 0.17, 0.76, 0.20. Web safe color of #cba830 is #cc9933. Color #cba830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 00110000
Octal 313 250 60
Decimal 203 168 48
Hex CB A8 30

RGB Percentages of Color #cba830

%48.45
%40.10
%11.46

CMYK Percentages of Color #cba830

%0
%17
%76
%20

Triadic Colors of #cba830

#cba830 #30cba8 #a830cb

Analogous Colors of #cba830

#cba830 #a1cb30 #cb5b30

Monochromatic Colors of #cba830

#cba830

Complementary Color

#cba830 #3053cb

#cba830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba830 Color CSS Codes

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

#cba830 Text Font Color

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

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


#cba830 Background Color

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

This div background color is #cba830


#cba830 Border Color

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

This div border color is #cba830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba830


Comments

No comments written yet.

Please login to write comment.