Color Hex Logo

#cbb683 Color Hex

#CBB683
(203,182,131)
0 Favorites   0 Comments

Color spaces of #cbb683

RGB 203182131
HSL0.120.410.65
HSV43°35°80°
CMYK 0.000.100.35   0.20
XYZ45.453347.791128.3017
Yxy47.79110.37400.3932
Hunter Lab69.1311-3.616724.1189
CIE-Lab74.69300.084028.7290

#cbb683 color RGB value is (203,182,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10000011
Octal 313 266 203
Decimal 203 182 131
Hex CB B6 83

RGB Percentages of Color #cbb683

%39.34
%35.27
%25.39

CMYK Percentages of Color #cbb683

%0
%10
%35
%20

Triadic Colors of #cbb683

#cbb683 #83cbb6 #b683cb

Analogous Colors of #cbb683

#cbb683 #bccb83 #cb9283

Monochromatic Colors of #cbb683

#cbb683

Complementary Color

#cbb683 #8398cb

#cbb683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb683 Color CSS Codes

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

#cbb683 Text Font Color

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

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


#cbb683 Background Color

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

This div background color is #cbb683


#cbb683 Border Color

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

This div border color is #cbb683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb683


Comments

No comments written yet.

Please login to write comment.