Color Hex Logo

#fde14f Color Hex

#FDE14F
(253,225,79)
0 Favorites   0 Comments

Color spaces of #fde14f

RGB 25322579
HSL0.140.980.65
HSV50°69°99°
CMYK 0.000.110.69   0.01
XYZ68.844575.297618.3025
Yxy75.29760.42380.4635
Hunter Lab86.7742-10.237348.2364
CIE-Lab89.5322-5.845171.5747

#fde14f color RGB value is (253,225,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 01001111
Octal 375 341 117
Decimal 253 225 79
Hex FD E1 4F

RGB Percentages of Color #fde14f

%45.42
%40.39
%14.18

CMYK Percentages of Color #fde14f

%0
%11
%69
%1

Triadic Colors of #fde14f

#fde14f #4ffde1 #e14ffd

Analogous Colors of #fde14f

#fde14f #c2fd4f #fd8a4f

Monochromatic Colors of #fde14f

#fde14f

Complementary Color

#fde14f #4f6bfd

#fde14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde14f Color CSS Codes

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

#fde14f Text Font Color

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

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


#fde14f Background Color

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

This div background color is #fde14f


#fde14f Border Color

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

This div border color is #fde14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde14f

Related Colors


Comments

No comments written yet.

Please login to write comment.