Color Hex Logo

#cbc509 Color Hex

#CBC509
(203,197,9)
0 Favorites   0 Comments

Color spaces of #cbc509

RGB 2031979
HSL0.160.920.42
HSV58°96°80°
CMYK 0.000.030.96   0.20
XYZ44.644252.64878.0677
Yxy52.64870.42370.4997
Hunter Lab72.5594-17.151944.1993
CIE-Lab77.6671-15.069577.4924

#cbc509 color RGB value is (203,197,9).

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

The process color (four color CMYK) of #cbc509 color hex is 0.00, 0.03, 0.96, 0.20. Web safe color of #cbc509 is #cccc00. Color #cbc509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 00001001
Octal 313 305 11
Decimal 203 197 9
Hex CB C5 9

RGB Percentages of Color #cbc509

%49.63
%48.17
%2.20

CMYK Percentages of Color #cbc509

%0
%3
%96
%20

Triadic Colors of #cbc509

#cbc509 #09cbc5 #c509cb

Analogous Colors of #cbc509

#cbc509 #70cb09 #cb6409

Monochromatic Colors of #cbc509

#cbc509

Complementary Color

#cbc509 #090fcb

#cbc509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc509 Color CSS Codes

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

#cbc509 Text Font Color

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

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


#cbc509 Background Color

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

This div background color is #cbc509


#cbc509 Border Color

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

This div border color is #cbc509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc509


Comments

No comments written yet.

Please login to write comment.