Color Hex Logo

#fde68a Color Hex

#FDE68A
(253,230,138)
0 Favorites   0 Comments

Color spaces of #fde68a

RGB 253230138
HSL0.130.970.77
HSV48°45°99°
CMYK 0.000.090.45   0.01
XYZ73.392379.311335.4852
Yxy79.31130.39000.4214
Hunter Lab89.0569-8.746738.7154
CIE-Lab91.3750-4.110547.4952

#fde68a color RGB value is (253,230,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 10001010
Octal 375 346 212
Decimal 253 230 138
Hex FD E6 8A

RGB Percentages of Color #fde68a

%40.74
%37.04
%22.22

CMYK Percentages of Color #fde68a

%0
%9
%45
%1

Triadic Colors of #fde68a

#fde68a #8afde6 #e68afd

Analogous Colors of #fde68a

#fde68a #dbfd8a #fdad8a

Monochromatic Colors of #fde68a

#fde68a

Complementary Color

#fde68a #8aa1fd

#fde68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde68a Color CSS Codes

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

#fde68a Text Font Color

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

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


#fde68a Background Color

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

This div background color is #fde68a


#fde68a Border Color

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

This div border color is #fde68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde68a

Related Colors


Comments

No comments written yet.

Please login to write comment.