Color Hex Logo

#fde098 Color Hex

#FDE098
(253,224,152)
0 Favorites   0 Comments

Color spaces of #fde098

RGB 253224152
HSL0.120.960.79
HSV43°40°99°
CMYK 0.000.110.40   0.01
XYZ72.831276.461040.6256
Yxy76.46100.38350.4026
Hunter Lab87.4420-4.349233.6632
CIE-Lab90.07290.329738.9018

#fde098 color RGB value is (253,224,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 10011000
Octal 375 340 230
Decimal 253 224 152
Hex FD E0 98

RGB Percentages of Color #fde098

%40.22
%35.61
%24.17

CMYK Percentages of Color #fde098

%0
%11
%40
%1

Triadic Colors of #fde098

#fde098 #98fde0 #e098fd

Analogous Colors of #fde098

#fde098 #e8fd98 #fdae98

Monochromatic Colors of #fde098

#fde098

Complementary Color

#fde098 #98b5fd

#fde098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde098 Color CSS Codes

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

#fde098 Text Font Color

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

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


#fde098 Background Color

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

This div background color is #fde098


#fde098 Border Color

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

This div border color is #fde098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde098


Comments

No comments written yet.

Please login to write comment.