Color Hex Logo

#fdf045 Color Hex

#FDF045
(253,240,69)
0 Favorites   0 Comments

Color spaces of #fdf045

RGB 25324069
HSL0.150.980.63
HSV56°73°99°
CMYK 0.000.050.73   0.01
XYZ72.742383.632517.9390
Yxy83.63250.41730.4798
Hunter Lab91.4508-18.055552.3852
CIE-Lab93.2907-13.726078.7904

#fdf045 color RGB value is (253,240,69).

#fdf045 hex color red value is 253, green value is 240 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fdf045 hue: 0.15 , saturation: 0.98 and the lightness value of fdf045 is 0.63.

The process color (four color CMYK) of #fdf045 color hex is 0.00, 0.05, 0.73, 0.01. Web safe color of #fdf045 is #ffff33. Color #fdf045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 01000101
Octal 375 360 105
Decimal 253 240 69
Hex FD F0 45

RGB Percentages of Color #fdf045

%45.02
%42.70
%12.28

CMYK Percentages of Color #fdf045

%0
%5
%73
%1

Triadic Colors of #fdf045

#fdf045 #45fdf0 #f045fd

Analogous Colors of #fdf045

#fdf045 #aefd45 #fd9445

Monochromatic Colors of #fdf045

#fdf045

Complementary Color

#fdf045 #4552fd

#fdf045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf045 Color CSS Codes

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

#fdf045 Text Font Color

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

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


#fdf045 Background Color

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

This div background color is #fdf045


#fdf045 Border Color

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

This div border color is #fdf045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf045

Related Colors


Comments

No comments written yet.

Please login to write comment.