Color Hex Logo

#fdae61 Color Hex

#FDAE61
(253,174,97)
0 Favorites   0 Comments

Color spaces of #fdae61

RGB 25317497
HSL0.080.980.69
HSV30°62°99°
CMYK 0.000.310.62   0.01
XYZ57.801752.017818.3032
Yxy52.01780.45110.4060
Hunter Lab72.123416.839035.4400
CIE-Lab77.291521.496050.4686

#fdae61 color RGB value is (253,174,97).

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

The process color (four color CMYK) of #fdae61 color hex is 0.00, 0.31, 0.62, 0.01. Web safe color of #fdae61 is #ff9966. Color #fdae61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 01100001
Octal 375 256 141
Decimal 253 174 97
Hex FD AE 61

RGB Percentages of Color #fdae61

%48.28
%33.21
%18.51

CMYK Percentages of Color #fdae61

%0
%31
%62
%1

Triadic Colors of #fdae61

#fdae61 #61fdae #ae61fd

Analogous Colors of #fdae61

#fdae61 #fdfc61 #fd6162

Monochromatic Colors of #fdae61

#fdae61

Complementary Color

#fdae61 #61b0fd

#fdae61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdae61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdae61 Color CSS Codes

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

#fdae61 Text Font Color

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

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


#fdae61 Background Color

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

This div background color is #fdae61


#fdae61 Border Color

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

This div border color is #fdae61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdae61


Comments

No comments written yet.

Please login to write comment.