Color Hex Logo

#fde072 Color Hex

#FDE072
(253,224,114)
0 Favorites   0 Comments

Color spaces of #fde072

RGB 253224114
HSL0.130.970.72
HSV47°55°99°
CMYK 0.000.110.55   0.01
XYZ70.200975.408926.7750
Yxy75.40890.40720.4374
Hunter Lab86.8383-7.665942.5058
CIE-Lab89.5842-3.139356.7411

#fde072 color RGB value is (253,224,114).

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

The process color (four color CMYK) of #fde072 color hex is 0.00, 0.11, 0.55, 0.01. Web safe color of #fde072 is #ffcc66. Color #fde072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01110010
Octal 375 340 162
Decimal 253 224 114
Hex FD E0 72

RGB Percentages of Color #fde072

%42.81
%37.90
%19.29

CMYK Percentages of Color #fde072

%0
%11
%55
%1

Triadic Colors of #fde072

#fde072 #72fde0 #e072fd

Analogous Colors of #fde072

#fde072 #d5fd72 #fd9b72

Monochromatic Colors of #fde072

#fde072

Complementary Color

#fde072 #728ffd

#fde072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde072 Color CSS Codes

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

#fde072 Text Font Color

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

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


#fde072 Background Color

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

This div background color is #fde072


#fde072 Border Color

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

This div border color is #fde072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde072


Comments

No comments written yet.

Please login to write comment.