Color Hex Logo

#cb790b Color Hex

#CB790B
(203,121,11)
0 Favorites   0 Comments

Color spaces of #cb790b

RGB 20312111
HSL0.100.900.42
HSV34°95°80°
CMYK 0.000.400.95   0.20
XYZ31.526426.39543.7498
Yxy26.39540.51120.4280
Hunter Lab51.376519.625131.6361
CIE-Lab58.410525.376163.2241

#cb790b color RGB value is (203,121,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 00001011
Octal 313 171 13
Decimal 203 121 11
Hex CB 79 B

RGB Percentages of Color #cb790b

%60.60
%36.12
%3.28

CMYK Percentages of Color #cb790b

%0
%40
%95
%20

Triadic Colors of #cb790b

#cb790b #0bcb79 #790bcb

Analogous Colors of #cb790b

#cb790b #bdcb0b #cb190b

Monochromatic Colors of #cb790b

#cb790b

Complementary Color

#cb790b #0b5dcb

#cb790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb790b Color CSS Codes

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

#cb790b Text Font Color

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

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


#cb790b Background Color

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

This div background color is #cb790b


#cb790b Border Color

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

This div border color is #cb790b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb790b


Comments

No comments written yet.

Please login to write comment.