Color Hex Logo

#fdf20e Color Hex

#FDF20E
(253,242,14)
0 Favorites   0 Comments

Color spaces of #fdf20e

RGB 25324214
HSL0.160.980.52
HSV57°94°99°
CMYK 0.000.040.94   0.01
XYZ72.339484.418612.8972
Yxy84.41860.42640.4976
Hunter Lab91.8796-20.251255.9931
CIE-Lab93.6320-16.043390.7988

#fdf20e color RGB value is (253,242,14).

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

The process color (four color CMYK) of #fdf20e color hex is 0.00, 0.04, 0.94, 0.01. Web safe color of #fdf20e is #ffff00. Color #fdf20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 00001110
Octal 375 362 16
Decimal 253 242 14
Hex FD F2 E

RGB Percentages of Color #fdf20e

%49.71
%47.54
%2.75

CMYK Percentages of Color #fdf20e

%0
%4
%94
%1

Triadic Colors of #fdf20e

#fdf20e #0efdf2 #f20efd

Analogous Colors of #fdf20e

#fdf20e #91fd0e #fd7b0e

Monochromatic Colors of #fdf20e

#fdf20e

Complementary Color

#fdf20e #0e19fd

#fdf20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf20e Color CSS Codes

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

#fdf20e Text Font Color

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

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


#fdf20e Background Color

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

This div background color is #fdf20e


#fdf20e Border Color

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

This div border color is #fdf20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf20e

Related Colors


Comments

No comments written yet.

Please login to write comment.