Color Hex Logo

#cbb01d Color Hex

#CBB01D
(203,176,29)
0 Favorites   0 Comments

Color spaces of #cbb01d

RGB 20317629
HSL0.140.750.45
HSV51°86°80°
CMYK 0.000.130.86   0.20
XYZ40.375743.83597.4955
Yxy43.83590.44030.4780
Hunter Lab66.2087-7.011539.6338
CIE-Lab72.1187-3.958069.9609

#cbb01d color RGB value is (203,176,29).

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

The process color (four color CMYK) of #cbb01d color hex is 0.00, 0.13, 0.86, 0.20. Web safe color of #cbb01d is #cc9933. Color #cbb01d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00011101
Octal 313 260 35
Decimal 203 176 29
Hex CB B0 1D

RGB Percentages of Color #cbb01d

%49.75
%43.14
%7.11

CMYK Percentages of Color #cbb01d

%0
%13
%86
%20

Triadic Colors of #cbb01d

#cbb01d #1dcbb0 #b01dcb

Analogous Colors of #cbb01d

#cbb01d #8fcb1d #cb591d

Monochromatic Colors of #cbb01d

#cbb01d

Complementary Color

#cbb01d #1d38cb

#cbb01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb01d Color CSS Codes

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

#cbb01d Text Font Color

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

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


#cbb01d Background Color

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

This div background color is #cbb01d


#cbb01d Border Color

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

This div border color is #cbb01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb01d


Comments

No comments written yet.

Please login to write comment.