Color Hex Logo

#fde70f Color Hex

#FDE70F
(253,231,15)
0 Favorites   0 Comments

Color spaces of #fde70f

RGB 25323115
HSL0.150.980.53
HSV54°94°99°
CMYK 0.000.090.94   0.01
XYZ69.170278.069011.8751
Yxy78.06900.43470.4906
Hunter Lab88.3567-14.885153.8811
CIE-Lab90.8114-10.651888.6020

#fde70f color RGB value is (253,231,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 00001111
Octal 375 347 17
Decimal 253 231 15
Hex FD E7 F

RGB Percentages of Color #fde70f

%50.70
%46.29
%3.01

CMYK Percentages of Color #fde70f

%0
%9
%94
%1

Triadic Colors of #fde70f

#fde70f #0ffde7 #e70ffd

Analogous Colors of #fde70f

#fde70f #9cfd0f #fd700f

Monochromatic Colors of #fde70f

#fde70f

Complementary Color

#fde70f #0f25fd

#fde70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde70f Color CSS Codes

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

#fde70f Text Font Color

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

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


#fde70f Background Color

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

This div background color is #fde70f


#fde70f Border Color

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

This div border color is #fde70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde70f

Related Colors


Comments

No comments written yet.

Please login to write comment.