Color Hex Logo

#cb823f Color Hex

#CB823F
(203,130,63)
0 Favorites   0 Comments

Color spaces of #cb823f

RGB 20313063
HSL0.080.570.52
HSV29°69°80°
CMYK 0.000.360.69   0.20
XYZ33.508429.02078.5381
Yxy29.02070.47150.4084
Hunter Lab53.870916.755428.3126
CIE-Lab60.799922.183146.8090

#cb823f color RGB value is (203,130,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 00111111
Octal 313 202 77
Decimal 203 130 63
Hex CB 82 3F

RGB Percentages of Color #cb823f

%51.26
%32.83
%15.91

CMYK Percentages of Color #cb823f

%0
%36
%69
%20

Triadic Colors of #cb823f

#cb823f #3fcb82 #823fcb

Analogous Colors of #cb823f

#cb823f #cbc83f #cb3f42

Monochromatic Colors of #cb823f

#cb823f

Complementary Color

#cb823f #3f88cb

#cb823f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb823f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb823f Color CSS Codes

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

#cb823f Text Font Color

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

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


#cb823f Background Color

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

This div background color is #cb823f


#cb823f Border Color

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

This div border color is #cb823f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb823f


Comments

No comments written yet.

Please login to write comment.