Color Hex Logo

#fdab11 Color Hex

#FDAB11
(253,171,17)
0 Favorites   0 Comments

Color spaces of #fdab11

RGB 25317117
HSL0.110.980.53
HSV39°93°99°
CMYK 0.000.320.93   0.01
XYZ55.172150.04897.2828
Yxy50.04890.49040.4449
Hunter Lab70.745215.402643.4181
CIE-Lab76.099320.111077.6068

#fdab11 color RGB value is (253,171,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 00010001
Octal 375 253 21
Decimal 253 171 17
Hex FD AB 11

RGB Percentages of Color #fdab11

%57.37
%38.78
%3.85

CMYK Percentages of Color #fdab11

%0
%32
%93
%1

Triadic Colors of #fdab11

#fdab11 #11fdab #ab11fd

Analogous Colors of #fdab11

#fdab11 #d9fd11 #fd3511

Monochromatic Colors of #fdab11

#fdab11

Complementary Color

#fdab11 #1163fd

#fdab11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab11 Color CSS Codes

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

#fdab11 Text Font Color

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

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


#fdab11 Background Color

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

This div background color is #fdab11


#fdab11 Border Color

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

This div border color is #fdab11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab11


Comments

No comments written yet.

Please login to write comment.