Color Hex Logo

#cba715 Color Hex

#CBA715
(203,167,21)
0 Favorites   0 Comments

Color spaces of #cba715

RGB 20316721
HSL0.130.810.44
HSV48°90°80°
CMYK 0.000.180.90   0.20
XYZ38.582740.38816.4716
Yxy40.38810.45160.4727
Hunter Lab63.5516-2.846638.4485
CIE-Lab69.74510.624869.7849

#cba715 color RGB value is (203,167,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00010101
Octal 313 247 25
Decimal 203 167 21
Hex CB A7 15

RGB Percentages of Color #cba715

%51.92
%42.71
%5.37

CMYK Percentages of Color #cba715

%0
%18
%90
%20

Triadic Colors of #cba715

#cba715 #15cba7 #a715cb

Analogous Colors of #cba715

#cba715 #94cb15 #cb4c15

Monochromatic Colors of #cba715

#cba715

Complementary Color

#cba715 #1539cb

#cba715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba715 Color CSS Codes

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

#cba715 Text Font Color

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

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


#cba715 Background Color

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

This div background color is #cba715


#cba715 Border Color

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

This div border color is #cba715


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,167,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 #cba715">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba715


Comments

No comments written yet.

Please login to write comment.