Color Hex Logo

#cbb682 Color Hex

#CBB682
(203,182,130)
0 Favorites   0 Comments

Color spaces of #cbb682

RGB 203182130
HSL0.120.410.65
HSV43°36°80°
CMYK 0.000.100.36   0.20
XYZ45.385847.764127.9464
Yxy47.76410.37480.3944
Hunter Lab69.1116-3.723724.4032
CIE-Lab74.6759-0.036029.2359

#cbb682 color RGB value is (203,182,130).

#cbb682 hex color red value is 203, green value is 182 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cbb682 hue: 0.12 , saturation: 0.41 and the lightness value of cbb682 is 0.65.

The process color (four color CMYK) of #cbb682 color hex is 0.00, 0.10, 0.36, 0.20. Web safe color of #cbb682 is #cccc99. Color #cbb682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10000010
Octal 313 266 202
Decimal 203 182 130
Hex CB B6 82

RGB Percentages of Color #cbb682

%39.42
%35.34
%25.24

CMYK Percentages of Color #cbb682

%0
%10
%36
%20

Triadic Colors of #cbb682

#cbb682 #82cbb6 #b682cb

Analogous Colors of #cbb682

#cbb682 #bccb82 #cb9282

Monochromatic Colors of #cbb682

#cbb682

Complementary Color

#cbb682 #8297cb

#cbb682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb682 Color CSS Codes

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

#cbb682 Text Font Color

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

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


#cbb682 Background Color

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

This div background color is #cbb682


#cbb682 Border Color

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

This div border color is #cbb682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb682


Comments

No comments written yet.

Please login to write comment.