Color Hex Logo

#cb833e Color Hex

#CB833E
(203,131,62)
0 Favorites   0 Comments

Color spaces of #cb833e

RGB 20313162
HSL0.080.580.52
HSV29°69°80°
CMYK 0.000.350.69   0.20
XYZ33.614429.27698.4368
Yxy29.27690.47130.4105
Hunter Lab54.108116.203028.6309
CIE-Lab61.025221.583947.5374

#cb833e color RGB value is (203,131,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 00111110
Octal 313 203 76
Decimal 203 131 62
Hex CB 83 3E

RGB Percentages of Color #cb833e

%51.26
%33.08
%15.66

CMYK Percentages of Color #cb833e

%0
%35
%69
%20

Triadic Colors of #cb833e

#cb833e #3ecb83 #833ecb

Analogous Colors of #cb833e

#cb833e #cbca3e #cb3e3f

Monochromatic Colors of #cb833e

#cb833e

Complementary Color

#cb833e #3e86cb

#cb833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb833e Color CSS Codes

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

#cb833e Text Font Color

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

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


#cb833e Background Color

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

This div background color is #cb833e


#cb833e Border Color

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

This div border color is #cb833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb833e


Comments

No comments written yet.

Please login to write comment.