Color Hex Logo

#cba609 Color Hex

#CBA609
(203,166,9)
0 Favorites   0 Comments

Color spaces of #cba609

RGB 2031669
HSL0.130.920.42
HSV49°96°80°
CMYK 0.000.180.96   0.20
XYZ38.314139.98875.9577
Yxy39.98870.45470.4746
Hunter Lab63.2366-2.513738.6798
CIE-Lab69.46150.986171.4192

#cba609 color RGB value is (203,166,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 00001001
Octal 313 246 11
Decimal 203 166 9
Hex CB A6 9

RGB Percentages of Color #cba609

%53.70
%43.92
%2.38

CMYK Percentages of Color #cba609

%0
%18
%96
%20

Triadic Colors of #cba609

#cba609 #09cba6 #a609cb

Analogous Colors of #cba609

#cba609 #8fcb09 #cb4509

Monochromatic Colors of #cba609

#cba609

Complementary Color

#cba609 #092ecb

#cba609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba609 Color CSS Codes

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

#cba609 Text Font Color

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

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


#cba609 Background Color

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

This div background color is #cba609


#cba609 Border Color

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

This div border color is #cba609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba609

#cba609 Color Palettes


Comments

No comments written yet.

Please login to write comment.