Color Hex Logo

#fdde5e Color Hex

#FDDE5E
(253,222,94)
0 Favorites   0 Comments

Color spaces of #fdde5e

RGB 25322294
HSL0.130.980.68
HSV48°63°99°
CMYK 0.000.120.63   0.01
XYZ68.649773.933421.2420
Yxy73.93340.41900.4513
Hunter Lab85.9845-7.959345.5419
CIE-Lab88.8910-3.505264.8509

#fdde5e color RGB value is (253,222,94).

#fdde5e hex color red value is 253, green value is 222 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fdde5e hue: 0.13 , saturation: 0.98 and the lightness value of fdde5e is 0.68.

The process color (four color CMYK) of #fdde5e color hex is 0.00, 0.12, 0.63, 0.01. Web safe color of #fdde5e is #ffcc66. Color #fdde5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 01011110
Octal 375 336 136
Decimal 253 222 94
Hex FD DE 5E

RGB Percentages of Color #fdde5e

%44.46
%39.02
%16.52

CMYK Percentages of Color #fdde5e

%0
%12
%63
%1

Triadic Colors of #fdde5e

#fdde5e #5efdde #de5efd

Analogous Colors of #fdde5e

#fdde5e #cdfd5e #fd8f5e

Monochromatic Colors of #fdde5e

#fdde5e

Complementary Color

#fdde5e #5e7dfd

#fdde5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde5e Color CSS Codes

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

#fdde5e Text Font Color

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

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


#fdde5e Background Color

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

This div background color is #fdde5e


#fdde5e Border Color

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

This div border color is #fdde5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde5e

Related Colors


Comments

No comments written yet.

Please login to write comment.