color codes Logo

#c86f02 color codes

#C86F02
(200,111,2)
0 Favorites   0 Comments

Color spaces of #c86f02

RGB 2001112
HSL0.090.980.40
HSV33°99°78°
CMYK 0.000.450.99   0.22
XYZ29.514823.65263.0672
Yxy23.65260.52490.4206
Hunter Lab48.633923.218130.3045
CIE-Lab55.738329.370462.8325

#c86f02 color RGB value is (200,111,2).

#c86f02 hex color red value is 200, green value is 111 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c86f02 hue: 0.09 , saturation: 0.98 and the lightness value of c86f02 is 0.40.

The process color (four color CMYK) of #c86f02 color code is 0.00, 0.45, 0.99, 0.22. Web safe color of #c86f02 is #cc6600. Color #c86f02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101111 00000010
Octal 310 157 2
Decimal 200 111 2
Hex C8 6F 2

RGB Percentages of Color #c86f02

%63.90
%35.46
%0.64

CMYK Percentages of Color #c86f02

%0
%45
%99
%22

Triadic Colors of #c86f02

#c86f02 #02c86f #6f02c8

Analogous Colors of #c86f02

#c86f02 #bec802 #c80c02

Monochromatic Colors of #c86f02

#c86f02

Complementary Color

#c86f02 #025bc8

#c86f02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86f02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86f02 Color CSS Codes

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

#c86f02 Text Font Color

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

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


#c86f02 Background Color

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

This div background color is #c86f02


#c86f02 Border Color

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

This div border color is #c86f02


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,111,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c86f02; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c86f02;
  -webkit-box-shadow: 1px 1px 3px 2px #c86f02;
  box-shadow:         1px 1px 3px 2px #c86f02; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86f02


Comments

No comments written yet.

Please login to write comment.