Color Hex Logo

#cbb046 Color Hex

#CBB046
(203,176,70)
0 Favorites   0 Comments

Color spaces of #cbb046

RGB 20317670
HSL0.130.560.54
HSV48°66°80°
CMYK 0.000.130.66   0.20
XYZ41.259444.189412.1491
Yxy44.18940.42270.4528
Hunter Lab66.4751-5.541135.6966
CIE-Lab72.3549-2.253956.0512

#cbb046 color RGB value is (203,176,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01000110
Octal 313 260 106
Decimal 203 176 70
Hex CB B0 46

RGB Percentages of Color #cbb046

%45.21
%39.20
%15.59

CMYK Percentages of Color #cbb046

%0
%13
%66
%20

Triadic Colors of #cbb046

#cbb046 #46cbb0 #b046cb

Analogous Colors of #cbb046

#cbb046 #a4cb46 #cb6e46

Monochromatic Colors of #cbb046

#cbb046

Complementary Color

#cbb046 #4661cb

#cbb046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb046 Color CSS Codes

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

#cbb046 Text Font Color

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

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


#cbb046 Background Color

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

This div background color is #cbb046


#cbb046 Border Color

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

This div border color is #cbb046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb046


Comments

No comments written yet.

Please login to write comment.