Color Hex Logo

#cb7400 Color Hex

#CB7400
(203,116,0)
0 Favorites   0 Comments

Color spaces of #cb7400

RGB 2031160
HSL0.101.000.40
HSV34°100°80°
CMYK 0.000.431.00   0.20
XYZ30.874025.18733.2344
Yxy25.18730.52070.4248
Hunter Lab50.187021.982431.3098
CIE-Lab57.257527.941964.3655

#cb7400 color RGB value is (203,116,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 00000000
Octal 313 164 0
Decimal 203 116 0
Hex CB 74 0

RGB Percentages of Color #cb7400

%63.64
%36.36
%0.00

CMYK Percentages of Color #cb7400

%0
%43
%100
%20

Triadic Colors of #cb7400

#cb7400 #00cb74 #7400cb

Analogous Colors of #cb7400

#cb7400 #bdcb00 #cb0f00

Monochromatic Colors of #cb7400

#cb7400

Complementary Color

#cb7400 #0057cb

#cb7400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7400 Color CSS Codes

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

#cb7400 Text Font Color

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

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


#cb7400 Background Color

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

This div background color is #cb7400


#cb7400 Border Color

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

This div border color is #cb7400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7400


Comments

No comments written yet.

Please login to write comment.