Color Hex Logo

#fde31c Color Hex

#FDE31C
(253,227,28)
0 Favorites   0 Comments

Color spaces of #fde31c

RGB 25322728
HSL0.150.980.55
HSV53°89°99°
CMYK 0.000.100.89   0.01
XYZ68.186775.904712.1558
Yxy75.90470.43640.4858
Hunter Lab87.1233-12.763552.7139
CIE-Lab89.8151-8.499186.1372

#fde31c color RGB value is (253,227,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 00011100
Octal 375 343 34
Decimal 253 227 28
Hex FD E3 1C

RGB Percentages of Color #fde31c

%49.80
%44.69
%5.51

CMYK Percentages of Color #fde31c

%0
%10
%89
%1

Triadic Colors of #fde31c

#fde31c #1cfde3 #e31cfd

Analogous Colors of #fde31c

#fde31c #a7fd1c #fd731c

Monochromatic Colors of #fde31c

#fde31c

Complementary Color

#fde31c #1c36fd

#fde31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde31c Color CSS Codes

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

#fde31c Text Font Color

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

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


#fde31c Background Color

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

This div background color is #fde31c


#fde31c Border Color

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

This div border color is #fde31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde31c


Comments

No comments written yet.

Please login to write comment.