Color Hex Logo

#fde22c Color Hex

#FDE22C
(253,226,44)
0 Favorites   0 Comments

Color spaces of #fde22c

RGB 25322644
HSL0.150.980.58
HSV52°83°99°
CMYK 0.000.110.83   0.01
XYZ68.159075.457213.3552
Yxy75.45720.43420.4807
Hunter Lab86.8661-11.956751.6908
CIE-Lab89.6067-7.661682.7094

#fde22c color RGB value is (253,226,44).

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

The process color (four color CMYK) of #fde22c color hex is 0.00, 0.11, 0.83, 0.01. Web safe color of #fde22c is #ffcc33. Color #fde22c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 00101100
Octal 375 342 54
Decimal 253 226 44
Hex FD E2 2C

RGB Percentages of Color #fde22c

%48.37
%43.21
%8.41

CMYK Percentages of Color #fde22c

%0
%11
%83
%1

Triadic Colors of #fde22c

#fde22c #2cfde2 #e22cfd

Analogous Colors of #fde22c

#fde22c #b0fd2c #fd7a2c

Monochromatic Colors of #fde22c

#fde22c

Complementary Color

#fde22c #2c47fd

#fde22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde22c Color CSS Codes

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

#fde22c Text Font Color

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

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


#fde22c Background Color

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

This div background color is #fde22c


#fde22c Border Color

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

This div border color is #fde22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde22c

Related Colors


Comments

No comments written yet.

Please login to write comment.