Color Hex Logo

#cb600b Color Hex

#CB600B
(203,96,11)
0 Favorites   0 Comments

Color spaces of #cb600b

RGB 2039611
HSL0.070.900.42
HSV27°95°80°
CMYK 0.000.530.95   0.20
XYZ28.871921.08642.8650
Yxy21.08640.54660.3992
Hunter Lab45.919931.871028.4448
CIE-Lab53.043938.507659.5548

#cb600b color RGB value is (203,96,11).

#cb600b hex color red value is 203, green value is 96 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb600b hue: 0.07 , saturation: 0.90 and the lightness value of cb600b is 0.42.

The process color (four color CMYK) of #cb600b color hex is 0.00, 0.53, 0.95, 0.20. Web safe color of #cb600b is #cc6600. Color #cb600b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100000 00001011
Octal 313 140 13
Decimal 203 96 11
Hex CB 60 B

RGB Percentages of Color #cb600b

%65.48
%30.97
%3.55

CMYK Percentages of Color #cb600b

%0
%53
%95
%20

Triadic Colors of #cb600b

#cb600b #0bcb60 #600bcb

Analogous Colors of #cb600b

#cb600b #cbc00b #cb0b16

Monochromatic Colors of #cb600b

#cb600b

Complementary Color

#cb600b #0b76cb

#cb600b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb600b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb600b Color CSS Codes

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

#cb600b Text Font Color

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

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


#cb600b Background Color

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

This div background color is #cb600b


#cb600b Border Color

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

This div border color is #cb600b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb600b


Comments

No comments written yet.

Please login to write comment.