Color Hex Logo

#cbb770 Color Hex

#CBB770
(203,183,112)
0 Favorites   0 Comments

Color spaces of #cbb770

RGB 203183112
HSL0.130.470.62
HSV47°45°80°
CMYK 0.000.100.45   0.20
XYZ44.486747.733322.1980
Yxy47.73330.38880.4172
Hunter Lab69.0893-5.969829.3130
CIE-Lab74.6564-2.549938.5938

#cbb770 color RGB value is (203,183,112).

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

The process color (four color CMYK) of #cbb770 color hex is 0.00, 0.10, 0.45, 0.20. Web safe color of #cbb770 is #cccc66. Color #cbb770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 01110000
Octal 313 267 160
Decimal 203 183 112
Hex CB B7 70

RGB Percentages of Color #cbb770

%40.76
%36.75
%22.49

CMYK Percentages of Color #cbb770

%0
%10
%45
%20

Triadic Colors of #cbb770

#cbb770 #70cbb7 #b770cb

Analogous Colors of #cbb770

#cbb770 #b2cb70 #cb8a70

Monochromatic Colors of #cbb770

#cbb770

Complementary Color

#cbb770 #7084cb

#cbb770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb770 Color CSS Codes

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

#cbb770 Text Font Color

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

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


#cbb770 Background Color

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

This div background color is #cbb770


#cbb770 Border Color

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

This div border color is #cbb770


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,183,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 #cbb770">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb770


Comments

No comments written yet.

Please login to write comment.