Color Hex Logo

#cba709 Color Hex

#CBA709
(203,167,9)
0 Favorites   0 Comments

Color spaces of #cba709

RGB 2031679
HSL0.140.920.42
HSV49°96°80°
CMYK 0.000.180.96   0.20
XYZ38.496640.35376.0185
Yxy40.35370.45360.4755
Hunter Lab63.5246-2.995038.8499
CIE-Lab69.72070.454271.6088

#cba709 color RGB value is (203,167,9).

#cba709 hex color red value is 203, green value is 167 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cba709 hue: 0.14 , saturation: 0.92 and the lightness value of cba709 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00001001
Octal 313 247 11
Decimal 203 167 9
Hex CB A7 9

RGB Percentages of Color #cba709

%53.56
%44.06
%2.37

CMYK Percentages of Color #cba709

%0
%18
%96
%20

Triadic Colors of #cba709

#cba709 #09cba7 #a709cb

Analogous Colors of #cba709

#cba709 #8ecb09 #cb4609

Monochromatic Colors of #cba709

#cba709

Complementary Color

#cba709 #092dcb

#cba709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba709 Color CSS Codes

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

#cba709 Text Font Color

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

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


#cba709 Background Color

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

This div background color is #cba709


#cba709 Border Color

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

This div border color is #cba709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba709


Comments

No comments written yet.

Please login to write comment.