Color Hex Logo

#fde08e Color Hex

#FDE08E
(253,224,142)
0 Favorites   0 Comments

Color spaces of #fde08e

RGB 253224142
HSL0.120.970.77
HSV44°44°99°
CMYK 0.000.110.44   0.01
XYZ72.046276.146936.4918
Yxy76.14690.39010.4123
Hunter Lab87.2622-5.334036.2893
CIE-Lab89.9275-0.693243.7103

#fde08e color RGB value is (253,224,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 10001110
Octal 375 340 216
Decimal 253 224 142
Hex FD E0 8E

RGB Percentages of Color #fde08e

%40.87
%36.19
%22.94

CMYK Percentages of Color #fde08e

%0
%11
%44
%1

Triadic Colors of #fde08e

#fde08e #8efde0 #e08efd

Analogous Colors of #fde08e

#fde08e #e3fd8e #fda98e

Monochromatic Colors of #fde08e

#fde08e

Complementary Color

#fde08e #8eabfd

#fde08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde08e Color CSS Codes

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

#fde08e Text Font Color

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

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


#fde08e Background Color

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

This div background color is #fde08e


#fde08e Border Color

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

This div border color is #fde08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde08e

Related Colors


Comments

No comments written yet.

Please login to write comment.