Color Hex Logo

#cbb16f Color Hex

#CBB16F
(203,177,111)
0 Favorites   0 Comments

Color spaces of #cbb16f

RGB 203177111
HSL0.120.470.62
HSV43°45°80°
CMYK 0.000.130.45   0.20
XYZ43.220045.288521.5025
Yxy45.28850.39290.4117
Hunter Lab67.2967-3.131228.1635
CIE-Lab73.08150.518637.1208

#cbb16f color RGB value is (203,177,111).

#cbb16f hex color red value is 203, green value is 177 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cbb16f hue: 0.12 , saturation: 0.47 and the lightness value of cbb16f is 0.62.

The process color (four color CMYK) of #cbb16f color hex is 0.00, 0.13, 0.45, 0.20. Web safe color of #cbb16f is #cc9966. Color #cbb16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01101111
Octal 313 261 157
Decimal 203 177 111
Hex CB B1 6F

RGB Percentages of Color #cbb16f

%41.34
%36.05
%22.61

CMYK Percentages of Color #cbb16f

%0
%13
%45
%20

Triadic Colors of #cbb16f

#cbb16f #6fcbb1 #b16fcb

Analogous Colors of #cbb16f

#cbb16f #b7cb6f #cb836f

Monochromatic Colors of #cbb16f

#cbb16f

Complementary Color

#cbb16f #6f89cb

#cbb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb16f Color CSS Codes

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

#cbb16f Text Font Color

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

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


#cbb16f Background Color

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

This div background color is #cbb16f


#cbb16f Border Color

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

This div border color is #cbb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb16f


Comments

No comments written yet.

Please login to write comment.