Color Hex Logo

#ff880e Color Hex

#FF880E
(255,136,14)
4 Favorites   0 Comments

Color spaces of #ff880e

RGB 25513614
HSL0.081.000.53
HSV30°95°100°
CMYK 0.000.470.95   0.00
XYZ50.123438.90005.2821
Yxy38.90000.53150.4125
Hunter Lab62.369934.303938.6376
CIE-Lab68.678838.964473.0557

#ff880e color RGB value is (255,136,14).

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

The process color (four color CMYK) of #ff880e color hex is 0.00, 0.47, 0.95, 0.00. Web safe color of #ff880e is #ff9900. Color #ff880e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001000 00001110
Octal 377 210 16
Decimal 255 136 14
Hex FF 88 E

RGB Percentages of Color #ff880e

%62.96
%33.58
%3.46

CMYK Percentages of Color #ff880e

%0
%47
%95
%0

Triadic Colors of #ff880e

#ff880e #0eff88 #880eff

Analogous Colors of #ff880e

#ff880e #feff0e #ff0f0e

Monochromatic Colors of #ff880e

#ff880e

Complementary Color

#ff880e #0e85ff

#ff880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff880e Color CSS Codes

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

#ff880e Text Font Color

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

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


#ff880e Background Color

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

This div background color is #ff880e


#ff880e Border Color

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

This div border color is #ff880e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff880e


Comments

No comments written yet.

Please login to write comment.