color codes Logo

#cbb511 color codes

#CBB511
(203,181,17)
0 Favorites   0 Comments

Color spaces of #cbb511

RGB 20318117
HSL0.150.850.43
HSV53°92°80°
CMYK 0.000.110.92   0.20
XYZ41.253745.78477.1933
Yxy45.78470.43780.4859
Hunter Lab67.6644-9.584641.0620
CIE-Lab73.4056-6.800273.2965

#cbb511 color RGB value is (203,181,17).

#cbb511 hex color red value is 203, green value is 181 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #cbb511 hue: 0.15 , saturation: 0.85 and the lightness value of cbb511 is 0.43.

The process color (four color CMYK) of #cbb511 color code is 0.00, 0.11, 0.92, 0.20. Web safe color of #cbb511 is #cccc00. Color #cbb511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00010001
Octal 313 265 21
Decimal 203 181 17
Hex CB B5 11

RGB Percentages of Color #cbb511

%50.62
%45.14
%4.24

CMYK Percentages of Color #cbb511

%0
%11
%92
%20

Triadic Colors of #cbb511

#cbb511 #11cbb5 #b511cb

Analogous Colors of #cbb511

#cbb511 #84cb11 #cb5811

Monochromatic Colors of #cbb511

#cbb511

Complementary Color

#cbb511 #1127cb

#cbb511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb511 Color CSS Codes

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

#cbb511 Text Font Color

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

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


#cbb511 Background Color

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

This div background color is #cbb511


#cbb511 Border Color

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

This div border color is #cbb511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb511


Comments

No comments written yet.

Please login to write comment.