Color Hex Logo

#fde684 Color Hex

#FDE684
(253,230,132)
0 Favorites   0 Comments

Color spaces of #fde684

RGB 253230132
HSL0.130.970.75
HSV49°48°99°
CMYK 0.000.090.48   0.01
XYZ72.969779.142233.2599
Yxy79.14220.39360.4269
Hunter Lab88.9619-9.271340.1068
CIE-Lab91.2986-4.663450.3029

#fde684 color RGB value is (253,230,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 10000100
Octal 375 346 204
Decimal 253 230 132
Hex FD E6 84

RGB Percentages of Color #fde684

%41.14
%37.40
%21.46

CMYK Percentages of Color #fde684

%0
%9
%48
%1

Triadic Colors of #fde684

#fde684 #84fde6 #e684fd

Analogous Colors of #fde684

#fde684 #d8fd84 #fdaa84

Monochromatic Colors of #fde684

#fde684

Complementary Color

#fde684 #849bfd

#fde684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde684 Color CSS Codes

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

#fde684 Text Font Color

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

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


#fde684 Background Color

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

This div background color is #fde684


#fde684 Border Color

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

This div border color is #fde684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde684

Related Colors


Comments

No comments written yet.

Please login to write comment.