Color Hex Logo

#cbb16d Color Hex

#CBB16D
(203,177,109)
0 Favorites   0 Comments

Color spaces of #cbb16d

RGB 203177109
HSL0.120.470.61
HSV43°46°80°
CMYK 0.000.130.46   0.20
XYZ43.111145.244920.9289
Yxy45.24490.39450.4140
Hunter Lab67.2643-3.308228.6373
CIE-Lab73.05290.318638.1165

#cbb16d color RGB value is (203,177,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01101101
Octal 313 261 155
Decimal 203 177 109
Hex CB B1 6D

RGB Percentages of Color #cbb16d

%41.51
%36.20
%22.29

CMYK Percentages of Color #cbb16d

%0
%13
%46
%20

Triadic Colors of #cbb16d

#cbb16d #6dcbb1 #b16dcb

Analogous Colors of #cbb16d

#cbb16d #b6cb6d #cb826d

Monochromatic Colors of #cbb16d

#cbb16d

Complementary Color

#cbb16d #6d87cb

#cbb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb16d Color CSS Codes

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

#cbb16d Text Font Color

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

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


#cbb16d Background Color

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

This div background color is #cbb16d


#cbb16d Border Color

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

This div border color is #cbb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb16d


Comments

No comments written yet.

Please login to write comment.