Color Hex Logo

#fde080 Color Hex

#FDE080
(253,224,128)
0 Favorites   0 Comments

Color spaces of #fde080

RGB 253224128
HSL0.130.970.75
HSV46°49°99°
CMYK 0.000.110.49   0.01
XYZ71.059975.752531.2985
Yxy75.75250.39900.4253
Hunter Lab87.0359-6.577739.6042
CIE-Lab89.7443-1.993550.3247

#fde080 color RGB value is (253,224,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 10000000
Octal 375 340 200
Decimal 253 224 128
Hex FD E0 80

RGB Percentages of Color #fde080

%41.82
%37.02
%21.16

CMYK Percentages of Color #fde080

%0
%11
%49
%1

Triadic Colors of #fde080

#fde080 #80fde0 #e080fd

Analogous Colors of #fde080

#fde080 #dcfd80 #fda280

Monochromatic Colors of #fde080

#fde080

Complementary Color

#fde080 #809dfd

#fde080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde080 Color CSS Codes

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

#fde080 Text Font Color

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

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


#fde080 Background Color

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

This div background color is #fde080


#fde080 Border Color

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

This div border color is #fde080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde080


Comments

No comments written yet.

Please login to write comment.