color codes Logo

#cbb00a color codes

#CBB00A
(203,176,10)
0 Favorites   0 Comments

Color spaces of #cbb00a

RGB 20317610
HSL0.140.910.42
HSV52°95°80°
CMYK 0.000.130.95   0.20
XYZ40.208743.76916.6162
Yxy43.76910.44380.4831
Hunter Lab66.1582-7.290740.3814
CIE-Lab72.0739-4.283973.2231

#cbb00a color RGB value is (203,176,10).

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

The process color (four color CMYK) of #cbb00a color code is 0.00, 0.13, 0.95, 0.20. Web safe color of #cbb00a is #cc9900. Color #cbb00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00001010
Octal 313 260 12
Decimal 203 176 10
Hex CB B0 A

RGB Percentages of Color #cbb00a

%52.19
%45.24
%2.57

CMYK Percentages of Color #cbb00a

%0
%13
%95
%20

Triadic Colors of #cbb00a

#cbb00a #0acbb0 #b00acb

Analogous Colors of #cbb00a

#cbb00a #86cb0a #cb500a

Monochromatic Colors of #cbb00a

#cbb00a

Complementary Color

#cbb00a #0a25cb

#cbb00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb00a Color CSS Codes

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

#cbb00a Text Font Color

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

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


#cbb00a Background Color

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

This div background color is #cbb00a


#cbb00a Border Color

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

This div border color is #cbb00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb00a


Comments

No comments written yet.

Please login to write comment.