Color Hex Logo

#cb883e Color Hex

#CB883E
(203,136,62)
0 Favorites   0 Comments

Color spaces of #cb883e

RGB 20313662
HSL0.090.580.52
HSV31°69°80°
CMYK 0.000.330.69   0.20
XYZ34.302330.65268.6661
Yxy30.65260.46590.4164
Hunter Lab55.364813.704729.4749
CIE-Lab62.213318.858848.8202

#cb883e color RGB value is (203,136,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 00111110
Octal 313 210 76
Decimal 203 136 62
Hex CB 88 3E

RGB Percentages of Color #cb883e

%50.62
%33.92
%15.46

CMYK Percentages of Color #cb883e

%0
%33
%69
%20

Triadic Colors of #cb883e

#cb883e #3ecb88 #883ecb

Analogous Colors of #cb883e

#cb883e #c8cb3e #cb423e

Monochromatic Colors of #cb883e

#cb883e

Complementary Color

#cb883e #3e81cb

#cb883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb883e Color CSS Codes

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

#cb883e Text Font Color

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

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


#cb883e Background Color

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

This div background color is #cb883e


#cb883e Border Color

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

This div border color is #cb883e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb883e


Comments

No comments written yet.

Please login to write comment.