Color Hex Logo

#cbb03d Color Hex

#CBB03D
(203,176,61)
0 Favorites   0 Comments

Color spaces of #cbb03d

RGB 20317661
HSL0.130.580.52
HSV49°70°80°
CMYK 0.000.130.70   0.20
XYZ40.996244.084110.7632
Yxy44.08410.42770.4600
Hunter Lab66.3959-5.977736.8658
CIE-Lab72.2847-2.757959.7401

#cbb03d color RGB value is (203,176,61).

#cbb03d hex color red value is 203, green value is 176 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cbb03d hue: 0.13 , saturation: 0.58 and the lightness value of cbb03d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00111101
Octal 313 260 75
Decimal 203 176 61
Hex CB B0 3D

RGB Percentages of Color #cbb03d

%46.14
%40.00
%13.86

CMYK Percentages of Color #cbb03d

%0
%13
%70
%20

Triadic Colors of #cbb03d

#cbb03d #3dcbb0 #b03dcb

Analogous Colors of #cbb03d

#cbb03d #9fcb3d #cb693d

Monochromatic Colors of #cbb03d

#cbb03d

Complementary Color

#cbb03d #3d58cb

#cbb03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb03d Color CSS Codes

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

#cbb03d Text Font Color

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

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


#cbb03d Background Color

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

This div background color is #cbb03d


#cbb03d Border Color

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

This div border color is #cbb03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb03d


Comments

No comments written yet.

Please login to write comment.