Color Hex Logo

#fdae15 Color Hex

#FDAE15
(253,174,21)
0 Favorites   0 Comments

Color spaces of #fdae15

RGB 25317421
HSL0.110.980.54
HSV40°92°99°
CMYK 0.000.310.92   0.01
XYZ55.779451.20897.6539
Yxy51.20890.48660.4467
Hunter Lab71.560413.905343.7508
CIE-Lab76.805418.592277.4680

#fdae15 color RGB value is (253,174,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 00010101
Octal 375 256 25
Decimal 253 174 21
Hex FD AE 15

RGB Percentages of Color #fdae15

%56.47
%38.84
%4.69

CMYK Percentages of Color #fdae15

%0
%31
%92
%1

Triadic Colors of #fdae15

#fdae15 #15fdae #ae15fd

Analogous Colors of #fdae15

#fdae15 #d8fd15 #fd3a15

Monochromatic Colors of #fdae15

#fdae15

Complementary Color

#fdae15 #1564fd

#fdae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdae15 Color CSS Codes

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

#fdae15 Text Font Color

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

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


#fdae15 Background Color

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

This div background color is #fdae15


#fdae15 Border Color

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

This div border color is #fdae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdae15

Related Colors


Comments

No comments written yet.

Please login to write comment.