Color Hex Logo

#ce860e Color Hex

#CE860E
(206,134,14)
0 Favorites   0 Comments

Color spaces of #ce860e

RGB 20613414
HSL0.100.870.43
HSV38°93°81°
CMYK 0.000.350.93   0.19
XYZ34.058030.20374.4503
Yxy30.20370.49570.4396
Hunter Lab54.957914.442133.6694
CIE-Lab61.829619.665565.2963

#ce860e color RGB value is (206,134,14).

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

The process color (four color CMYK) of #ce860e color hex is 0.00, 0.35, 0.93, 0.19. Web safe color of #ce860e is #cc9900. Color #ce860e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 00001110
Octal 316 206 16
Decimal 206 134 14
Hex CE 86 E

RGB Percentages of Color #ce860e

%58.19
%37.85
%3.95

CMYK Percentages of Color #ce860e

%0
%35
%93
%19

Triadic Colors of #ce860e

#ce860e #0ece86 #860ece

Analogous Colors of #ce860e

#ce860e #b6ce0e #ce260e

Monochromatic Colors of #ce860e

#ce860e

Complementary Color

#ce860e #0e56ce

#ce860e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce860e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce860e Color CSS Codes

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

#ce860e Text Font Color

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

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


#ce860e Background Color

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

This div background color is #ce860e


#ce860e Border Color

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

This div border color is #ce860e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce860e


Comments

No comments written yet.

Please login to write comment.