Color Hex Logo

#fdab15 Color Hex

#FDAB15
(253,171,21)
0 Favorites   0 Comments

Color spaces of #fdab15

RGB 25317121
HSL0.110.980.54
HSV39°92°99°
CMYK 0.000.320.92   0.01
XYZ55.206350.06267.4628
Yxy50.06260.48970.4441
Hunter Lab70.754915.452943.2749
CIE-Lab76.107720.160976.9579

#fdab15 color RGB value is (253,171,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 00010101
Octal 375 253 25
Decimal 253 171 21
Hex FD AB 15

RGB Percentages of Color #fdab15

%56.85
%38.43
%4.72

CMYK Percentages of Color #fdab15

%0
%32
%92
%1

Triadic Colors of #fdab15

#fdab15 #15fdab #ab15fd

Analogous Colors of #fdab15

#fdab15 #dbfd15 #fd3715

Monochromatic Colors of #fdab15

#fdab15

Complementary Color

#fdab15 #1567fd

#fdab15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab15 Color CSS Codes

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

#fdab15 Text Font Color

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

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


#fdab15 Background Color

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

This div background color is #fdab15


#fdab15 Border Color

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

This div border color is #fdab15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab15


Comments

No comments written yet.

Please login to write comment.