Color Hex Logo

#ce650e Color Hex

#CE650E
(206,101,14)
0 Favorites   0 Comments

Color spaces of #ce650e

RGB 20610114
HSL0.080.870.43
HSV27°93°81°
CMYK 0.000.510.93   0.19
XYZ30.186522.46093.1598
Yxy22.46090.54090.4025
Hunter Lab47.392930.756329.2220
CIE-Lab54.512737.202660.1130

#ce650e color RGB value is (206,101,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 00001110
Octal 316 145 16
Decimal 206 101 14
Hex CE 65 E

RGB Percentages of Color #ce650e

%64.17
%31.46
%4.36

CMYK Percentages of Color #ce650e

%0
%51
%93
%19

Triadic Colors of #ce650e

#ce650e #0ece65 #650ece

Analogous Colors of #ce650e

#ce650e #cec50e #ce0e17

Monochromatic Colors of #ce650e

#ce650e

Complementary Color

#ce650e #0e77ce

#ce650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce650e Color CSS Codes

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

#ce650e Text Font Color

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

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


#ce650e Background Color

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

This div background color is #ce650e


#ce650e Border Color

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

This div border color is #ce650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce650e


Comments

No comments written yet.

Please login to write comment.