Color Hex Logo

#cb6800 Color Hex

#CB6800
(203,104,0)
0 Favorites   0 Comments

Color spaces of #cb6800

RGB 2031040
HSL0.091.000.40
HSV31°100°80°
CMYK 0.000.491.00   0.20
XYZ29.578922.59712.8027
Yxy22.59710.53800.4110
Hunter Lab47.536427.880529.7798
CIE-Lab54.654934.285262.7667

#cb6800 color RGB value is (203,104,0).

#cb6800 hex color red value is 203, green value is 104 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cb6800 hue: 0.09 , saturation: 1.00 and the lightness value of cb6800 is 0.40.

The process color (four color CMYK) of #cb6800 color hex is 0.00, 0.49, 1.00, 0.20. Web safe color of #cb6800 is #cc6600. Color #cb6800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101000 00000000
Octal 313 150 0
Decimal 203 104 0
Hex CB 68 0

RGB Percentages of Color #cb6800

%66.12
%33.88
%0.00

CMYK Percentages of Color #cb6800

%0
%49
%100
%20

Triadic Colors of #cb6800

#cb6800 #00cb68 #6800cb

Analogous Colors of #cb6800

#cb6800 #c9cb00 #cb0300

Monochromatic Colors of #cb6800

#cb6800

Complementary Color

#cb6800 #0063cb

#cb6800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6800 Color CSS Codes

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

#cb6800 Text Font Color

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

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


#cb6800 Background Color

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

This div background color is #cb6800


#cb6800 Border Color

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

This div border color is #cb6800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6800


Comments

No comments written yet.

Please login to write comment.