Color Hex Logo

#fde399 Color Hex

#FDE399
(253,227,153)
0 Favorites   0 Comments

Color spaces of #fde399

RGB 253227153
HSL0.120.960.80
HSV44°40°99°
CMYK 0.000.100.40   0.01
XYZ73.726978.120741.3300
Yxy78.12070.38170.4044
Hunter Lab88.3859-5.780034.1456
CIE-Lab90.8350-1.086839.3882

#fde399 color RGB value is (253,227,153).

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

The process color (four color CMYK) of #fde399 color hex is 0.00, 0.10, 0.40, 0.01. Web safe color of #fde399 is #ffcc99. Color #fde399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 10011001
Octal 375 343 231
Decimal 253 227 153
Hex FD E3 99

RGB Percentages of Color #fde399

%39.97
%35.86
%24.17

CMYK Percentages of Color #fde399

%0
%10
%40
%1

Triadic Colors of #fde399

#fde399 #99fde3 #e399fd

Analogous Colors of #fde399

#fde399 #e5fd99 #fdb199

Monochromatic Colors of #fde399

#fde399

Complementary Color

#fde399 #99b3fd

#fde399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde399 Color CSS Codes

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

#fde399 Text Font Color

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

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


#fde399 Background Color

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

This div background color is #fde399


#fde399 Border Color

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

This div border color is #fde399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde399


Comments

No comments written yet.

Please login to write comment.