Color Hex Logo

#fde51c Color Hex

#FDE51C
(253,229,28)
0 Favorites   0 Comments

Color spaces of #fde51c

RGB 25322928
HSL0.150.980.55
HSV54°89°99°
CMYK 0.000.090.89   0.01
XYZ68.736977.005112.3393
Yxy77.00510.43480.4871
Hunter Lab87.7525-13.747253.0897
CIE-Lab90.3240-9.491986.5325

#fde51c color RGB value is (253,229,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00011100
Octal 375 345 34
Decimal 253 229 28
Hex FD E5 1C

RGB Percentages of Color #fde51c

%49.61
%44.90
%5.49

CMYK Percentages of Color #fde51c

%0
%9
%89
%1

Triadic Colors of #fde51c

#fde51c #1cfde5 #e51cfd

Analogous Colors of #fde51c

#fde51c #a5fd1c #fd751c

Monochromatic Colors of #fde51c

#fde51c

Complementary Color

#fde51c #1c34fd

#fde51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde51c Color CSS Codes

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

#fde51c Text Font Color

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

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


#fde51c Background Color

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

This div background color is #fde51c


#fde51c Border Color

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

This div border color is #fde51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde51c

Related Colors


Comments

No comments written yet.

Please login to write comment.