Color Hex Logo

#fdf14c Color Hex

#FDF14C
(253,241,76)
0 Favorites   0 Comments

Color spaces of #fdf14c

RGB 25324176
HSL0.160.980.65
HSV56°70°99°
CMYK 0.000.050.70   0.01
XYZ73.267884.315019.2503
Yxy84.31500.41430.4768
Hunter Lab91.8232-18.261451.8464
CIE-Lab93.5871-13.905376.6926

#fdf14c color RGB value is (253,241,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 01001100
Octal 375 361 114
Decimal 253 241 76
Hex FD F1 4C

RGB Percentages of Color #fdf14c

%44.39
%42.28
%13.33

CMYK Percentages of Color #fdf14c

%0
%5
%70
%1

Triadic Colors of #fdf14c

#fdf14c #4cfdf1 #f14cfd

Analogous Colors of #fdf14c

#fdf14c #b1fd4c #fd994c

Monochromatic Colors of #fdf14c

#fdf14c

Complementary Color

#fdf14c #4c58fd

#fdf14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf14c Color CSS Codes

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

#fdf14c Text Font Color

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

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


#fdf14c Background Color

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

This div background color is #fdf14c


#fdf14c Border Color

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

This div border color is #fdf14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf14c


Comments

No comments written yet.

Please login to write comment.