Color Hex Logo

#fde24f Color Hex

#FDE24F
(253,226,79)
0 Favorites   0 Comments

Color spaces of #fde24f

RGB 25322679
HSL0.140.980.65
HSV51°69°99°
CMYK 0.000.110.69   0.01
XYZ69.115775.839918.3929
Yxy75.83990.42310.4643
Hunter Lab87.0861-10.734548.4380
CIE-Lab89.7850-6.345771.8290

#fde24f color RGB value is (253,226,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 01001111
Octal 375 342 117
Decimal 253 226 79
Hex FD E2 4F

RGB Percentages of Color #fde24f

%45.34
%40.50
%14.16

CMYK Percentages of Color #fde24f

%0
%11
%69
%1

Triadic Colors of #fde24f

#fde24f #4ffde2 #e24ffd

Analogous Colors of #fde24f

#fde24f #c1fd4f #fd8b4f

Monochromatic Colors of #fde24f

#fde24f

Complementary Color

#fde24f #4f6afd

#fde24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde24f Color CSS Codes

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

#fde24f Text Font Color

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

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


#fde24f Background Color

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

This div background color is #fde24f


#fde24f Border Color

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

This div border color is #fde24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde24f

Related Colors


Comments

No comments written yet.

Please login to write comment.