Color Hex Logo

#fdae09 Color Hex

#FDAE09
(253,174,9)
0 Favorites   0 Comments

Color spaces of #fdae09

RGB 2531749
HSL0.110.980.51
HSV41°96°99°
CMYK 0.000.310.96   0.01
XYZ55.693451.17457.2007
Yxy51.17450.48820.4486
Hunter Lab71.536413.779544.1074
CIE-Lab76.784618.466579.0946

#fdae09 color RGB value is (253,174,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 00001001
Octal 375 256 11
Decimal 253 174 9
Hex FD AE 9

RGB Percentages of Color #fdae09

%58.03
%39.91
%2.06

CMYK Percentages of Color #fdae09

%0
%31
%96
%1

Triadic Colors of #fdae09

#fdae09 #09fdae #ae09fd

Analogous Colors of #fdae09

#fdae09 #d2fd09 #fd3409

Monochromatic Colors of #fdae09

#fdae09

Complementary Color

#fdae09 #0958fd

#fdae09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdae09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdae09 Color CSS Codes

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

#fdae09 Text Font Color

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

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


#fdae09 Background Color

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

This div background color is #fdae09


#fdae09 Border Color

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

This div border color is #fdae09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdae09

Related Colors


Comments

No comments written yet.

Please login to write comment.