Color Hex Logo

#cbbb03 Color Hex

#CBBB03
(203,187,3)
0 Favorites   0 Comments

Color spaces of #cbbb03

RGB 2031873
HSL0.150.970.40
HSV55°99°80°
CMYK 0.000.080.99   0.20
XYZ42.415448.24377.1626
Yxy48.24370.43360.4932
Hunter Lab69.4577-12.547242.5063
CIE-Lab74.9784-10.058776.1233

#cbbb03 color RGB value is (203,187,3).

#cbbb03 hex color red value is 203, green value is 187 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #cbbb03 hue: 0.15 , saturation: 0.97 and the lightness value of cbbb03 is 0.40.

The process color (four color CMYK) of #cbbb03 color hex is 0.00, 0.08, 0.99, 0.20. Web safe color of #cbbb03 is #cccc00. Color #cbbb03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 00000011
Octal 313 273 3
Decimal 203 187 3
Hex CB BB 3

RGB Percentages of Color #cbbb03

%51.65
%47.58
%0.76

CMYK Percentages of Color #cbbb03

%0
%8
%99
%20

Triadic Colors of #cbbb03

#cbbb03 #03cbbb #bb03cb

Analogous Colors of #cbbb03

#cbbb03 #77cb03 #cb5703

Monochromatic Colors of #cbbb03

#cbbb03

Complementary Color

#cbbb03 #0313cb

#cbbb03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb03 Color CSS Codes

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

#cbbb03 Text Font Color

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

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


#cbbb03 Background Color

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

This div background color is #cbbb03


#cbbb03 Border Color

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

This div border color is #cbbb03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb03


Comments

No comments written yet.

Please login to write comment.