Color Hex Logo

#fde20e Color Hex

#FDE20E
(253,226,14)
0 Favorites   0 Comments

Color spaces of #fde20e

RGB 25322614
HSL0.150.980.52
HSV53°94°99°
CMYK 0.000.110.94   0.01
XYZ67.783675.307111.3786
Yxy75.30710.43880.4875
Hunter Lab86.7797-12.438152.9716
CIE-Lab89.5366-8.182887.7550

#fde20e color RGB value is (253,226,14).

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

The process color (four color CMYK) of #fde20e color hex is 0.00, 0.11, 0.94, 0.01. Web safe color of #fde20e is #ffcc00. Color #fde20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 00001110
Octal 375 342 16
Decimal 253 226 14
Hex FD E2 E

RGB Percentages of Color #fde20e

%51.32
%45.84
%2.84

CMYK Percentages of Color #fde20e

%0
%11
%94
%1

Triadic Colors of #fde20e

#fde20e #0efde2 #e20efd

Analogous Colors of #fde20e

#fde20e #a1fd0e #fd6b0e

Monochromatic Colors of #fde20e

#fde20e

Complementary Color

#fde20e #0e29fd

#fde20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde20e Color CSS Codes

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

#fde20e Text Font Color

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

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


#fde20e Background Color

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

This div background color is #fde20e


#fde20e Border Color

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

This div border color is #fde20e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,226,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 #fde20e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde20e


Comments

No comments written yet.

Please login to write comment.