Color Hex Logo

#cbb570 Color Hex

#CBB570
(203,181,112)
0 Favorites   0 Comments

Color spaces of #cbb570

RGB 203181112
HSL0.130.470.62
HSV45°45°80°
CMYK 0.000.110.45   0.20
XYZ44.077146.914122.0614
Yxy46.91410.38990.4150
Hunter Lab68.4939-4.996128.8488
CIE-Lab74.1348-1.496737.9364

#cbb570 color RGB value is (203,181,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 01110000
Octal 313 265 160
Decimal 203 181 112
Hex CB B5 70

RGB Percentages of Color #cbb570

%40.93
%36.49
%22.58

CMYK Percentages of Color #cbb570

%0
%11
%45
%20

Triadic Colors of #cbb570

#cbb570 #70cbb5 #b570cb

Analogous Colors of #cbb570

#cbb570 #b4cb70 #cb8870

Monochromatic Colors of #cbb570

#cbb570

Complementary Color

#cbb570 #7086cb

#cbb570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb570 Color CSS Codes

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

#cbb570 Text Font Color

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

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


#cbb570 Background Color

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

This div background color is #cbb570


#cbb570 Border Color

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

This div border color is #cbb570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb570


Comments

No comments written yet.

Please login to write comment.