Color Hex Logo

#fde28a Color Hex

#FDE28A
(253,226,138)
0 Favorites   0 Comments

Color spaces of #fde28a

RGB 253226138
HSL0.130.970.77
HSV46°45°99°
CMYK 0.000.110.45   0.01
XYZ72.291877.110335.1184
Yxy77.11030.39180.4179
Hunter Lab87.8125-6.721337.7572
CIE-Lab90.3724-2.093246.2425

#fde28a color RGB value is (253,226,138).

#fde28a hex color red value is 253, green value is 226 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fde28a hue: 0.13 , saturation: 0.97 and the lightness value of fde28a is 0.77.

The process color (four color CMYK) of #fde28a color hex is 0.00, 0.11, 0.45, 0.01. Web safe color of #fde28a is #ffcc99. Color #fde28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 10001010
Octal 375 342 212
Decimal 253 226 138
Hex FD E2 8A

RGB Percentages of Color #fde28a

%41.00
%36.63
%22.37

CMYK Percentages of Color #fde28a

%0
%11
%45
%1

Triadic Colors of #fde28a

#fde28a #8afde2 #e28afd

Analogous Colors of #fde28a

#fde28a #dffd8a #fda98a

Monochromatic Colors of #fde28a

#fde28a

Complementary Color

#fde28a #8aa5fd

#fde28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde28a Color CSS Codes

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

#fde28a Text Font Color

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

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


#fde28a Background Color

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

This div background color is #fde28a


#fde28a Border Color

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

This div border color is #fde28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde28a

#fde28a Color Palettes


Comments

No comments written yet.

Please login to write comment.