Color Hex Logo

#cb8a3e Color Hex

#CB8A3E
(203,138,62)
0 Favorites   0 Comments

Color spaces of #cb8a3e

RGB 20313862
HSL0.090.580.52
HSV32°69°80°
CMYK 0.000.320.69   0.20
XYZ34.586631.22138.7608
Yxy31.22130.46380.4187
Hunter Lab55.876012.706429.8171
CIE-Lab62.694017.767449.3368

#cb8a3e color RGB value is (203,138,62).

#cb8a3e hex color red value is 203, green value is 138 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cb8a3e hue: 0.09 , saturation: 0.58 and the lightness value of cb8a3e is 0.52.

The process color (four color CMYK) of #cb8a3e color hex is 0.00, 0.32, 0.69, 0.20. Web safe color of #cb8a3e is #cc9933. Color #cb8a3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001010 00111110
Octal 313 212 76
Decimal 203 138 62
Hex CB 8A 3E

RGB Percentages of Color #cb8a3e

%50.37
%34.24
%15.38

CMYK Percentages of Color #cb8a3e

%0
%32
%69
%20

Triadic Colors of #cb8a3e

#cb8a3e #3ecb8a #8a3ecb

Analogous Colors of #cb8a3e

#cb8a3e #c6cb3e #cb443e

Monochromatic Colors of #cb8a3e

#cb8a3e

Complementary Color

#cb8a3e #3e7fcb

#cb8a3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8a3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8a3e Color CSS Codes

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

#cb8a3e Text Font Color

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

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


#cb8a3e Background Color

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

This div background color is #cb8a3e


#cb8a3e Border Color

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

This div border color is #cb8a3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8a3e


Comments

No comments written yet.

Please login to write comment.