Color Hex Logo

#cbb724 Color Hex

#CBB724
(203,183,36)
0 Favorites   0 Comments

Color spaces of #cbb724

RGB 20318336
HSL0.150.700.47
HSV53°82°80°
CMYK 0.000.100.82   0.20
XYZ41.880546.69098.4740
Yxy46.69090.43160.4811
Hunter Lab68.3307-10.174640.4787
CIE-Lab73.9916-7.418469.7681

#cbb724 color RGB value is (203,183,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 00100100
Octal 313 267 44
Decimal 203 183 36
Hex CB B7 24

RGB Percentages of Color #cbb724

%48.10
%43.36
%8.53

CMYK Percentages of Color #cbb724

%0
%10
%82
%20

Triadic Colors of #cbb724

#cbb724 #24cbb7 #b724cb

Analogous Colors of #cbb724

#cbb724 #8ccb24 #cb6424

Monochromatic Colors of #cbb724

#cbb724

Complementary Color

#cbb724 #2438cb

#cbb724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb724 Color CSS Codes

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

#cbb724 Text Font Color

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

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


#cbb724 Background Color

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

This div background color is #cbb724


#cbb724 Border Color

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

This div border color is #cbb724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb724


Comments

No comments written yet.

Please login to write comment.