Color Hex Logo

#fdf150 Color Hex

#FDF150
(253,241,80)
0 Favorites   0 Comments

Color spaces of #fdf150

RGB 25324180
HSL0.160.980.65
HSV56°68°99°
CMYK 0.000.050.68   0.01
XYZ73.411384.372420.0057
Yxy84.37240.41290.4746
Hunter Lab91.8545-18.085751.3849
CIE-Lab93.6120-13.713375.2860

#fdf150 color RGB value is (253,241,80).

#fdf150 hex color red value is 253, green value is 241 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fdf150 hue: 0.16 , saturation: 0.98 and the lightness value of fdf150 is 0.65.

The process color (four color CMYK) of #fdf150 color hex is 0.00, 0.05, 0.68, 0.01. Web safe color of #fdf150 is #ffff66. Color #fdf150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 01010000
Octal 375 361 120
Decimal 253 241 80
Hex FD F1 50

RGB Percentages of Color #fdf150

%44.08
%41.99
%13.94

CMYK Percentages of Color #fdf150

%0
%5
%68
%1

Triadic Colors of #fdf150

#fdf150 #50fdf1 #f150fd

Analogous Colors of #fdf150

#fdf150 #b3fd50 #fd9b50

Monochromatic Colors of #fdf150

#fdf150

Complementary Color

#fdf150 #505cfd

#fdf150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf150 Color CSS Codes

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

#fdf150 Text Font Color

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

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


#fdf150 Background Color

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

This div background color is #fdf150


#fdf150 Border Color

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

This div border color is #fdf150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf150


Comments

No comments written yet.

Please login to write comment.