Color Hex Logo

#fdea5e Color Hex

#FDEA5E
(253,234,94)
0 Favorites   0 Comments

Color spaces of #fdea5e

RGB 25323494
HSL0.150.980.68
HSV53°63°99°
CMYK 0.000.080.63   0.01
XYZ71.951280.536422.3425
Yxy80.53640.41150.4607
Hunter Lab89.7421-13.935348.0584
CIE-Lab91.9250-9.503668.1124

#fdea5e color RGB value is (253,234,94).

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

The process color (four color CMYK) of #fdea5e color hex is 0.00, 0.08, 0.63, 0.01. Web safe color of #fdea5e is #ffff66. Color #fdea5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 01011110
Octal 375 352 136
Decimal 253 234 94
Hex FD EA 5E

RGB Percentages of Color #fdea5e

%43.55
%40.28
%16.18

CMYK Percentages of Color #fdea5e

%0
%8
%63
%1

Triadic Colors of #fdea5e

#fdea5e #5efdea #ea5efd

Analogous Colors of #fdea5e

#fdea5e #c1fd5e #fd9b5e

Monochromatic Colors of #fdea5e

#fdea5e

Complementary Color

#fdea5e #5e71fd

#fdea5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea5e Color CSS Codes

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

#fdea5e Text Font Color

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

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


#fdea5e Background Color

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

This div background color is #fdea5e


#fdea5e Border Color

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

This div border color is #fdea5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea5e

Related Colors

#fdea5e Color Palettes


Comments

No comments written yet.

Please login to write comment.