Color Hex Logo

#cbb017 Color Hex

#CBB017
(203,176,23)
0 Favorites   0 Comments

Color spaces of #cbb017

RGB 20317623
HSL0.140.800.44
HSV51°89°80°
CMYK 0.000.130.89   0.20
XYZ40.308643.80907.1421
Yxy43.80900.44170.4800
Hunter Lab66.1884-7.123539.9341
CIE-Lab72.1006-4.088771.2388

#cbb017 color RGB value is (203,176,23).

#cbb017 hex color red value is 203, green value is 176 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #cbb017 hue: 0.14 , saturation: 0.80 and the lightness value of cbb017 is 0.44.

The process color (four color CMYK) of #cbb017 color hex is 0.00, 0.13, 0.89, 0.20. Web safe color of #cbb017 is #cc9900. Color #cbb017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00010111
Octal 313 260 27
Decimal 203 176 23
Hex CB B0 17

RGB Percentages of Color #cbb017

%50.50
%43.78
%5.72

CMYK Percentages of Color #cbb017

%0
%13
%89
%20

Triadic Colors of #cbb017

#cbb017 #17cbb0 #b017cb

Analogous Colors of #cbb017

#cbb017 #8ccb17 #cb5617

Monochromatic Colors of #cbb017

#cbb017

Complementary Color

#cbb017 #1732cb

#cbb017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb017 Color CSS Codes

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

#cbb017 Text Font Color

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

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


#cbb017 Background Color

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

This div background color is #cbb017


#cbb017 Border Color

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

This div border color is #cbb017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb017


Comments

No comments written yet.

Please login to write comment.