Color Hex Logo

#cbb721 Color Hex

#CBB721
(203,183,33)
0 Favorites   0 Comments

Color spaces of #cbb721

RGB 20318333
HSL0.150.720.46
HSV53°84°80°
CMYK 0.000.100.84   0.20
XYZ41.836646.67338.2427
Yxy46.67330.43240.4824
Hunter Lab68.3179-10.246140.6690
CIE-Lab73.9803-7.502770.5327

#cbb721 color RGB value is (203,183,33).

#cbb721 hex color red value is 203, green value is 183 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cbb721 hue: 0.15 , saturation: 0.72 and the lightness value of cbb721 is 0.46.

The process color (four color CMYK) of #cbb721 color hex is 0.00, 0.10, 0.84, 0.20. Web safe color of #cbb721 is #cccc33. Color #cbb721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 00100001
Octal 313 267 41
Decimal 203 183 33
Hex CB B7 21

RGB Percentages of Color #cbb721

%48.45
%43.68
%7.88

CMYK Percentages of Color #cbb721

%0
%10
%84
%20

Triadic Colors of #cbb721

#cbb721 #21cbb7 #b721cb

Analogous Colors of #cbb721

#cbb721 #8acb21 #cb6221

Monochromatic Colors of #cbb721

#cbb721

Complementary Color

#cbb721 #2135cb

#cbb721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb721 Color CSS Codes

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

#cbb721 Text Font Color

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

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


#cbb721 Background Color

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

This div background color is #cbb721


#cbb721 Border Color

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

This div border color is #cbb721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb721


Comments

No comments written yet.

Please login to write comment.