Color Hex Logo

#cba510 Color Hex

#CBA510
(203,165,16)
0 Favorites   0 Comments

Color spaces of #cba510

RGB 20316516
HSL0.130.850.43
HSV48°92°80°
CMYK 0.000.190.92   0.20
XYZ38.177339.64426.1301
Yxy39.64420.45480.4722
Hunter Lab62.9636-1.954938.3021
CIE-Lab69.21541.606870.2694

#cba510 color RGB value is (203,165,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 00010000
Octal 313 245 20
Decimal 203 165 16
Hex CB A5 10

RGB Percentages of Color #cba510

%52.86
%42.97
%4.17

CMYK Percentages of Color #cba510

%0
%19
%92
%20

Triadic Colors of #cba510

#cba510 #10cba5 #a510cb

Analogous Colors of #cba510

#cba510 #94cb10 #cb4810

Monochromatic Colors of #cba510

#cba510

Complementary Color

#cba510 #1036cb

#cba510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba510 Color CSS Codes

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

#cba510 Text Font Color

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

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


#cba510 Background Color

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

This div background color is #cba510


#cba510 Border Color

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

This div border color is #cba510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba510


Comments

No comments written yet.

Please login to write comment.