Color Hex Logo

#fde37e Color Hex

#FDE37E
(253,227,126)
0 Favorites   0 Comments

Color spaces of #fde37e

RGB 253227126
HSL0.130.970.74
HSV48°50°99°
CMYK 0.000.100.50   0.01
XYZ71.743077.327230.8830
Yxy77.32720.39870.4297
Hunter Lab87.9359-8.257540.7325
CIE-Lab90.4720-3.680652.1660

#fde37e color RGB value is (253,227,126).

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

The process color (four color CMYK) of #fde37e color hex is 0.00, 0.10, 0.50, 0.01. Web safe color of #fde37e is #ffcc66. Color #fde37e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 01111110
Octal 375 343 176
Decimal 253 227 126
Hex FD E3 7E

RGB Percentages of Color #fde37e

%41.75
%37.46
%20.79

CMYK Percentages of Color #fde37e

%0
%10
%50
%1

Triadic Colors of #fde37e

#fde37e #7efde3 #e37efd

Analogous Colors of #fde37e

#fde37e #d8fd7e #fda47e

Monochromatic Colors of #fde37e

#fde37e

Complementary Color

#fde37e #7e98fd

#fde37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde37e Color CSS Codes

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

#fde37e Text Font Color

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

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


#fde37e Background Color

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

This div background color is #fde37e


#fde37e Border Color

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

This div border color is #fde37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde37e


Comments

No comments written yet.

Please login to write comment.