Color Hex Logo

#fde38e Color Hex

#FDE38E
(253,227,142)
0 Favorites   0 Comments

Color spaces of #fde38e

RGB 253227142
HSL0.130.970.77
HSV46°44°99°
CMYK 0.000.100.44   0.01
XYZ72.859677.773836.7629
Yxy77.77380.38880.4150
Hunter Lab88.1895-6.860037.0168
CIE-Lab90.6766-2.212744.6587

#fde38e color RGB value is (253,227,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 10001110
Octal 375 343 216
Decimal 253 227 142
Hex FD E3 8E

RGB Percentages of Color #fde38e

%40.68
%36.50
%22.83

CMYK Percentages of Color #fde38e

%0
%10
%44
%1

Triadic Colors of #fde38e

#fde38e #8efde3 #e38efd

Analogous Colors of #fde38e

#fde38e #e0fd8e #fdac8e

Monochromatic Colors of #fde38e

#fde38e

Complementary Color

#fde38e #8ea8fd

#fde38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde38e Color CSS Codes

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

#fde38e Text Font Color

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

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


#fde38e Background Color

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

This div background color is #fde38e


#fde38e Border Color

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

This div border color is #fde38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde38e

Related Colors


Comments

No comments written yet.

Please login to write comment.