Color Hex Logo

#fdae3c Color Hex

#FDAE3C
(253,174,60)
0 Favorites   0 Comments

Color spaces of #fdae3c

RGB 25317460
HSL0.100.980.61
HSV35°76°99°
CMYK 0.000.310.76   0.01
XYZ56.459751.481011.2360
Yxy51.48100.47370.4320
Hunter Lab71.750314.897240.9404
CIE-Lab76.969519.579966.4826

#fdae3c color RGB value is (253,174,60).

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

The process color (four color CMYK) of #fdae3c color hex is 0.00, 0.31, 0.76, 0.01. Web safe color of #fdae3c is #ff9933. Color #fdae3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 00111100
Octal 375 256 74
Decimal 253 174 60
Hex FD AE 3C

RGB Percentages of Color #fdae3c

%51.95
%35.73
%12.32

CMYK Percentages of Color #fdae3c

%0
%31
%76
%1

Triadic Colors of #fdae3c

#fdae3c #3cfdae #ae3cfd

Analogous Colors of #fdae3c

#fdae3c #ecfd3c #fd4e3c

Monochromatic Colors of #fdae3c

#fdae3c

Complementary Color

#fdae3c #3c8bfd

#fdae3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdae3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdae3c Color CSS Codes

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

#fdae3c Text Font Color

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

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


#fdae3c Background Color

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

This div background color is #fdae3c


#fdae3c Border Color

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

This div border color is #fdae3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdae3c


Comments

No comments written yet.

Please login to write comment.