Color Hex Logo

#fde98a Color Hex

#FDE98A
(253,233,138)
0 Favorites   0 Comments

Color spaces of #fde98a

RGB 253233138
HSL0.140.970.77
HSV50°45°99°
CMYK 0.000.080.45   0.01
XYZ74.234480.995535.7659
Yxy80.99550.38870.4241
Hunter Lab89.9975-10.260039.4358
CIE-Lab92.1297-5.615948.4345

#fde98a color RGB value is (253,233,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 10001010
Octal 375 351 212
Decimal 253 233 138
Hex FD E9 8A

RGB Percentages of Color #fde98a

%40.54
%37.34
%22.12

CMYK Percentages of Color #fde98a

%0
%8
%45
%1

Triadic Colors of #fde98a

#fde98a #8afde9 #e98afd

Analogous Colors of #fde98a

#fde98a #d8fd8a #fdb08a

Monochromatic Colors of #fde98a

#fde98a

Complementary Color

#fde98a #8a9efd

#fde98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde98a Color CSS Codes

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

#fde98a Text Font Color

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

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


#fde98a Background Color

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

This div background color is #fde98a


#fde98a Border Color

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

This div border color is #fde98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde98a

Related Colors


Comments

No comments written yet.

Please login to write comment.