Color Hex Logo

#fde99a Color Hex

#FDE99A
(253,233,154)
0 Favorites   0 Comments

Color spaces of #fde99a

RGB 253233154
HSL0.130.960.80
HSV48°39°99°
CMYK 0.000.080.39   0.01
XYZ75.479781.493642.3235
Yxy81.49360.37870.4089
Hunter Lab90.2738-8.731835.3944
CIE-Lab92.3509-4.008840.8508

#fde99a color RGB value is (253,233,154).

#fde99a hex color red value is 253, green value is 233 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fde99a hue: 0.13 , saturation: 0.96 and the lightness value of fde99a is 0.80.

The process color (four color CMYK) of #fde99a color hex is 0.00, 0.08, 0.39, 0.01. Web safe color of #fde99a is #ffff99. Color #fde99a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 10011010
Octal 375 351 232
Decimal 253 233 154
Hex FD E9 9A

RGB Percentages of Color #fde99a

%39.53
%36.41
%24.06

CMYK Percentages of Color #fde99a

%0
%8
%39
%1

Triadic Colors of #fde99a

#fde99a #9afde9 #e99afd

Analogous Colors of #fde99a

#fde99a #e0fd9a #fdb89a

Monochromatic Colors of #fde99a

#fde99a

Complementary Color

#fde99a #9aaefd

#fde99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde99a Color CSS Codes

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

#fde99a Text Font Color

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

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


#fde99a Background Color

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

This div background color is #fde99a


#fde99a Border Color

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

This div border color is #fde99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde99a


Comments

No comments written yet.

Please login to write comment.