Color Hex Logo

#fde51f Color Hex

#FDE51F
(253,229,31)
0 Favorites   0 Comments

Color spaces of #fde51f

RGB 25322931
HSL0.150.980.56
HSV54°88°99°
CMYK 0.000.090.88   0.01
XYZ68.774677.020212.5379
Yxy77.02020.43440.4864
Hunter Lab87.7612-13.699352.9624
CIE-Lab90.3309-9.439886.0279

#fde51f color RGB value is (253,229,31).

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

The process color (four color CMYK) of #fde51f color hex is 0.00, 0.09, 0.88, 0.01. Web safe color of #fde51f is #ffcc33. Color #fde51f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00011111
Octal 375 345 37
Decimal 253 229 31
Hex FD E5 1F

RGB Percentages of Color #fde51f

%49.32
%44.64
%6.04

CMYK Percentages of Color #fde51f

%0
%9
%88
%1

Triadic Colors of #fde51f

#fde51f #1ffde5 #e51ffd

Analogous Colors of #fde51f

#fde51f #a6fd1f #fd761f

Monochromatic Colors of #fde51f

#fde51f

Complementary Color

#fde51f #1f37fd

#fde51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde51f Color CSS Codes

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

#fde51f Text Font Color

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

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


#fde51f Background Color

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

This div background color is #fde51f


#fde51f Border Color

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

This div border color is #fde51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde51f


Comments

No comments written yet.

Please login to write comment.