Color Hex Logo

#fdaf15 Color Hex

#FDAF15
(253,175,21)
0 Favorites   0 Comments

Color spaces of #fdaf15

RGB 25317521
HSL0.110.980.54
HSV40°92°99°
CMYK 0.000.310.92   0.01
XYZ55.973351.59677.7185
Yxy51.59670.48550.4475
Hunter Lab71.830813.390043.9107
CIE-Lab77.039118.069477.6394

#fdaf15 color RGB value is (253,175,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 00010101
Octal 375 257 25
Decimal 253 175 21
Hex FD AF 15

RGB Percentages of Color #fdaf15

%56.35
%38.98
%4.68

CMYK Percentages of Color #fdaf15

%0
%31
%92
%1

Triadic Colors of #fdaf15

#fdaf15 #15fdaf #af15fd

Analogous Colors of #fdaf15

#fdaf15 #d7fd15 #fd3b15

Monochromatic Colors of #fdaf15

#fdaf15

Complementary Color

#fdaf15 #1563fd

#fdaf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaf15 Color CSS Codes

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

#fdaf15 Text Font Color

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

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


#fdaf15 Background Color

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

This div background color is #fdaf15


#fdaf15 Border Color

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

This div border color is #fdaf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaf15

Related Colors


Comments

No comments written yet.

Please login to write comment.