Color Hex Logo

#cbb170 Color Hex

#CBB170
(203,177,112)
0 Favorites   0 Comments

Color spaces of #cbb170

RGB 203177112
HSL0.120.470.62
HSV43°45°80°
CMYK 0.000.130.45   0.20
XYZ43.275445.310621.7942
Yxy45.31060.39210.4105
Hunter Lab67.3131-3.041027.9227
CIE-Lab73.09590.620336.6215

#cbb170 color RGB value is (203,177,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01110000
Octal 313 261 160
Decimal 203 177 112
Hex CB B1 70

RGB Percentages of Color #cbb170

%41.26
%35.98
%22.76

CMYK Percentages of Color #cbb170

%0
%13
%45
%20

Triadic Colors of #cbb170

#cbb170 #70cbb1 #b170cb

Analogous Colors of #cbb170

#cbb170 #b8cb70 #cb8470

Monochromatic Colors of #cbb170

#cbb170

Complementary Color

#cbb170 #708acb

#cbb170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb170 Color CSS Codes

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

#cbb170 Text Font Color

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

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


#cbb170 Background Color

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

This div background color is #cbb170


#cbb170 Border Color

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

This div border color is #cbb170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb170


Comments

No comments written yet.

Please login to write comment.