Color Hex Logo

#cb790e Color Hex

#CB790E
(203,121,14)
0 Favorites   0 Comments

Color spaces of #cb790e

RGB 20312114
HSL0.090.870.43
HSV34°93°80°
CMYK 0.000.400.93   0.20
XYZ31.545226.40303.8491
Yxy26.40300.51050.4273
Hunter Lab51.383819.661731.5274
CIE-Lab58.417625.414162.6671

#cb790e color RGB value is (203,121,14).

#cb790e hex color red value is 203, green value is 121 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cb790e hue: 0.09 , saturation: 0.87 and the lightness value of cb790e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 00001110
Octal 313 171 16
Decimal 203 121 14
Hex CB 79 E

RGB Percentages of Color #cb790e

%60.06
%35.80
%4.14

CMYK Percentages of Color #cb790e

%0
%40
%93
%20

Triadic Colors of #cb790e

#cb790e #0ecb79 #790ecb

Analogous Colors of #cb790e

#cb790e #bfcb0e #cb1b0e

Monochromatic Colors of #cb790e

#cb790e

Complementary Color

#cb790e #0e60cb

#cb790e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb790e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb790e Color CSS Codes

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

#cb790e Text Font Color

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

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


#cb790e Background Color

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

This div background color is #cb790e


#cb790e Border Color

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

This div border color is #cb790e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb790e


Comments

No comments written yet.

Please login to write comment.