Color Hex Logo

#fde05f Color Hex

#FDE05F
(253,224,95)
0 Favorites   0 Comments

Color spaces of #fde05f

RGB 25322495
HSL0.140.980.68
HSV49°62°99°
CMYK 0.000.110.62   0.01
XYZ69.229275.020221.6580
Yxy75.02020.41730.4522
Hunter Lab86.6142-8.903045.8044
CIE-Lab89.4025-4.451064.9804

#fde05f color RGB value is (253,224,95).

#fde05f hex color red value is 253, green value is 224 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fde05f hue: 0.14 , saturation: 0.98 and the lightness value of fde05f is 0.68.

The process color (four color CMYK) of #fde05f color hex is 0.00, 0.11, 0.62, 0.01. Web safe color of #fde05f is #ffcc66. Color #fde05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01011111
Octal 375 340 137
Decimal 253 224 95
Hex FD E0 5F

RGB Percentages of Color #fde05f

%44.23
%39.16
%16.61

CMYK Percentages of Color #fde05f

%0
%11
%62
%1

Triadic Colors of #fde05f

#fde05f #5ffde0 #e05ffd

Analogous Colors of #fde05f

#fde05f #cbfd5f #fd915f

Monochromatic Colors of #fde05f

#fde05f

Complementary Color

#fde05f #5f7cfd

#fde05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde05f Color CSS Codes

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

#fde05f Text Font Color

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

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


#fde05f Background Color

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

This div background color is #fde05f


#fde05f Border Color

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

This div border color is #fde05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde05f

Related Colors


Comments

No comments written yet.

Please login to write comment.