Color Hex Logo

#cbb045 Color Hex

#CBB045
(203,176,69)
0 Favorites   0 Comments

Color spaces of #cbb045

RGB 20317669
HSL0.130.560.53
HSV48°66°80°
CMYK 0.000.130.66   0.20
XYZ41.228144.176811.9843
Yxy44.17680.42330.4536
Hunter Lab66.4656-5.592735.8355
CIE-Lab72.3465-2.313456.4741

#cbb045 color RGB value is (203,176,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01000101
Octal 313 260 105
Decimal 203 176 69
Hex CB B0 45

RGB Percentages of Color #cbb045

%45.31
%39.29
%15.40

CMYK Percentages of Color #cbb045

%0
%13
%66
%20

Triadic Colors of #cbb045

#cbb045 #45cbb0 #b045cb

Analogous Colors of #cbb045

#cbb045 #a3cb45 #cb6d45

Monochromatic Colors of #cbb045

#cbb045

Complementary Color

#cbb045 #4560cb

#cbb045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb045 Color CSS Codes

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

#cbb045 Text Font Color

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

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


#cbb045 Background Color

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

This div background color is #cbb045


#cbb045 Border Color

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

This div border color is #cbb045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb045


Comments

No comments written yet.

Please login to write comment.