Color Hex Logo

#ffab0e Color Hex

#FFAB0E
(255,171,14)
0 Favorites   0 Comments

Color spaces of #ffab0e

RGB 25517114
HSL0.111.000.53
HSV39°95°100°
CMYK 0.000.330.95   0.00
XYZ55.882250.41757.2017
Yxy50.41750.49230.4442
Hunter Lab71.005316.222943.6902
CIE-Lab76.324820.920678.2981

#ffab0e color RGB value is (255,171,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 00001110
Octal 377 253 16
Decimal 255 171 14
Hex FF AB E

RGB Percentages of Color #ffab0e

%57.95
%38.86
%3.18

CMYK Percentages of Color #ffab0e

%0
%33
%95
%0

Triadic Colors of #ffab0e

#ffab0e #0effab #ab0eff

Analogous Colors of #ffab0e

#ffab0e #dbff0e #ff330e

Monochromatic Colors of #ffab0e

#ffab0e

Complementary Color

#ffab0e #0e62ff

#ffab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab0e Color CSS Codes

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

#ffab0e Text Font Color

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

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


#ffab0e Background Color

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

This div background color is #ffab0e


#ffab0e Border Color

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

This div border color is #ffab0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab0e

Related Colors


Comments

No comments written yet.

Please login to write comment.