Color Hex Logo

#ff680e Color Hex

#FF680E
(255,104,14)
0 Favorites   0 Comments

Color spaces of #ff680e

RGB 25510414
HSL0.061.000.53
HSV22°95°100°
CMYK 0.000.590.95   0.00
XYZ46.269631.19233.9975
Yxy31.19230.56800.3829
Hunter Lab55.850150.142734.8513
CIE-Lab62.669654.235669.1652

#ff680e color RGB value is (255,104,14).

#ff680e hex color red value is 255, green value is 104 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ff680e hue: 0.06 , saturation: 1.00 and the lightness value of ff680e is 0.53.

The process color (four color CMYK) of #ff680e color hex is 0.00, 0.59, 0.95, 0.00. Web safe color of #ff680e is #ff6600. Color #ff680e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 00001110
Octal 377 150 16
Decimal 255 104 14
Hex FF 68 E

RGB Percentages of Color #ff680e

%68.36
%27.88
%3.75

CMYK Percentages of Color #ff680e

%0
%59
%95
%0

Triadic Colors of #ff680e

#ff680e #0eff68 #680eff

Analogous Colors of #ff680e

#ff680e #ffe10e #ff0e2d

Monochromatic Colors of #ff680e

#ff680e

Complementary Color

#ff680e #0ea5ff

#ff680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff680e Color CSS Codes

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

#ff680e Text Font Color

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

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


#ff680e Background Color

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

This div background color is #ff680e


#ff680e Border Color

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

This div border color is #ff680e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff680e


Comments

No comments written yet.

Please login to write comment.