Color Hex Logo

#ce710f Color Hex

#CE710F
(206,113,15)
0 Favorites   0 Comments

Color spaces of #ce710f

RGB 20611315
HSL0.090.860.43
HSV31°93°81°
CMYK 0.000.450.93   0.19
XYZ31.444924.96663.6136
Yxy24.96660.52390.4159
Hunter Lab49.966624.891830.6887
CIE-Lab57.042930.972561.6637

#ce710f color RGB value is (206,113,15).

#ce710f hex color red value is 206, green value is 113 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ce710f hue: 0.09 , saturation: 0.86 and the lightness value of ce710f is 0.43.

The process color (four color CMYK) of #ce710f color hex is 0.00, 0.45, 0.93, 0.19. Web safe color of #ce710f is #cc6600. Color #ce710f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110001 00001111
Octal 316 161 17
Decimal 206 113 15
Hex CE 71 F

RGB Percentages of Color #ce710f

%61.68
%33.83
%4.49

CMYK Percentages of Color #ce710f

%0
%45
%93
%19

Triadic Colors of #ce710f

#ce710f #0fce71 #710fce

Analogous Colors of #ce710f

#ce710f #ccce0f #ce120f

Monochromatic Colors of #ce710f

#ce710f

Complementary Color

#ce710f #0f6cce

#ce710f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce710f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce710f Color CSS Codes

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

#ce710f Text Font Color

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

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


#ce710f Background Color

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

This div background color is #ce710f


#ce710f Border Color

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

This div border color is #ce710f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce710f


Comments

No comments written yet.

Please login to write comment.