Color Hex Logo

#cb870c Color Hex

#CB870C
(203,135,12)
0 Favorites   0 Comments

Color spaces of #cb870c

RGB 20313512
HSL0.110.890.42
HSV39°94°80°
CMYK 0.000.330.94   0.20
XYZ33.358930.05104.3900
Yxy30.05100.49200.4432
Hunter Lab54.818812.689833.6251
CIE-Lab61.698217.785065.3823

#cb870c color RGB value is (203,135,12).

#cb870c hex color red value is 203, green value is 135 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cb870c hue: 0.11 , saturation: 0.89 and the lightness value of cb870c is 0.42.

The process color (four color CMYK) of #cb870c color hex is 0.00, 0.33, 0.94, 0.20. Web safe color of #cb870c is #cc9900. Color #cb870c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 00001100
Octal 313 207 14
Decimal 203 135 12
Hex CB 87 C

RGB Percentages of Color #cb870c

%58.00
%38.57
%3.43

CMYK Percentages of Color #cb870c

%0
%33
%94
%20

Triadic Colors of #cb870c

#cb870c #0ccb87 #870ccb

Analogous Colors of #cb870c

#cb870c #b0cb0c #cb280c

Monochromatic Colors of #cb870c

#cb870c

Complementary Color

#cb870c #0c50cb

#cb870c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb870c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb870c Color CSS Codes

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

#cb870c Text Font Color

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

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


#cb870c Background Color

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

This div background color is #cb870c


#cb870c Border Color

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

This div border color is #cb870c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb870c


Comments

No comments written yet.

Please login to write comment.