Color Hex Logo

#ffab15 Color Hex

#FFAB15
(255,171,21)
2 Favorites   0 Comments

Color spaces of #ffab15

RGB 25517121
HSL0.111.000.54
HSV38°92°100°
CMYK 0.000.330.92   0.00
XYZ55.938350.44007.4971
Yxy50.44000.49120.4429
Hunter Lab71.021116.304843.4560
CIE-Lab76.338521.001577.2307

#ffab15 color RGB value is (255,171,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 00010101
Octal 377 253 25
Decimal 255 171 21
Hex FF AB 15

RGB Percentages of Color #ffab15

%57.05
%38.26
%4.70

CMYK Percentages of Color #ffab15

%0
%33
%92
%0

Triadic Colors of #ffab15

#ffab15 #15ffab #ab15ff

Analogous Colors of #ffab15

#ffab15 #deff15 #ff3615

Monochromatic Colors of #ffab15

#ffab15

Complementary Color

#ffab15 #1569ff

#ffab15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab15 Color CSS Codes

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

#ffab15 Text Font Color

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

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


#ffab15 Background Color

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

This div background color is #ffab15


#ffab15 Border Color

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

This div border color is #ffab15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab15

#ffab15 Color Palettes


Comments

No comments written yet.

Please login to write comment.