Color Hex Logo

#fde092 Color Hex

#FDE092
(253,224,146)
0 Favorites   0 Comments

Color spaces of #fde092

RGB 253224146
HSL0.120.960.78
HSV44°42°99°
CMYK 0.000.110.42   0.01
XYZ72.352076.269338.1022
Yxy76.26930.38750.4085
Hunter Lab87.3323-4.950035.2650
CIE-Lab89.9842-0.293641.7939

#fde092 color RGB value is (253,224,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 10010010
Octal 375 340 222
Decimal 253 224 146
Hex FD E0 92

RGB Percentages of Color #fde092

%40.61
%35.96
%23.43

CMYK Percentages of Color #fde092

%0
%11
%42
%1

Triadic Colors of #fde092

#fde092 #92fde0 #e092fd

Analogous Colors of #fde092

#fde092 #e5fd92 #fdab92

Monochromatic Colors of #fde092

#fde092

Complementary Color

#fde092 #92affd

#fde092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde092 Color CSS Codes

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

#fde092 Text Font Color

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

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


#fde092 Background Color

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

This div background color is #fde092


#fde092 Border Color

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

This div border color is #fde092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde092


Comments

No comments written yet.

Please login to write comment.