Color Hex Logo

#fde093 Color Hex

#FDE093
(253,224,147)
0 Favorites   0 Comments

Color spaces of #fde093

RGB 253224147
HSL0.120.960.78
HSV44°42°99°
CMYK 0.000.110.42   0.01
XYZ72.430176.300538.5138
Yxy76.30050.38680.4075
Hunter Lab87.3502-4.851935.0034
CIE-Lab89.9987-0.191741.3131

#fde093 color RGB value is (253,224,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 10010011
Octal 375 340 223
Decimal 253 224 147
Hex FD E0 93

RGB Percentages of Color #fde093

%40.54
%35.90
%23.56

CMYK Percentages of Color #fde093

%0
%11
%42
%1

Triadic Colors of #fde093

#fde093 #93fde0 #e093fd

Analogous Colors of #fde093

#fde093 #e5fd93 #fdab93

Monochromatic Colors of #fde093

#fde093

Complementary Color

#fde093 #93b0fd

#fde093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde093 Color CSS Codes

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

#fde093 Text Font Color

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

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


#fde093 Background Color

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

This div background color is #fde093


#fde093 Border Color

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

This div border color is #fde093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde093

Related Colors


Comments

No comments written yet.

Please login to write comment.