Color Hex Logo

#ffab16 Color Hex

#FFAB16
(255,171,22)
0 Favorites   0 Comments

Color spaces of #ffab16

RGB 25517122
HSL0.111.000.54
HSV38°91°100°
CMYK 0.000.330.91   0.00
XYZ55.947750.44377.5469
Yxy50.44370.49100.4427
Hunter Lab71.023716.318743.4165
CIE-Lab76.340821.015377.0535

#ffab16 color RGB value is (255,171,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 00010110
Octal 377 253 26
Decimal 255 171 22
Hex FF AB 16

RGB Percentages of Color #ffab16

%56.92
%38.17
%4.91

CMYK Percentages of Color #ffab16

%0
%33
%91
%0

Triadic Colors of #ffab16

#ffab16 #16ffab #ab16ff

Analogous Colors of #ffab16

#ffab16 #dfff16 #ff3716

Monochromatic Colors of #ffab16

#ffab16

Complementary Color

#ffab16 #166aff

#ffab16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab16 Color CSS Codes

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

#ffab16 Text Font Color

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

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


#ffab16 Background Color

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

This div background color is #ffab16


#ffab16 Border Color

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

This div border color is #ffab16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,171,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab16


Comments

No comments written yet.

Please login to write comment.