Color Hex Logo

#fde190 Color Hex

#FDE190
(253,225,144)
0 Favorites   0 Comments

Color spaces of #fde190

RGB 253225144
HSL0.120.960.78
HSV45°43°99°
CMYK 0.000.110.43   0.01
XYZ72.467376.746737.3797
Yxy76.74670.38840.4113
Hunter Lab87.6052-5.653336.0256
CIE-Lab90.2049-1.002443.0709

#fde190 color RGB value is (253,225,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 10010000
Octal 375 341 220
Decimal 253 225 144
Hex FD E1 90

RGB Percentages of Color #fde190

%40.68
%36.17
%23.15

CMYK Percentages of Color #fde190

%0
%11
%43
%1

Triadic Colors of #fde190

#fde190 #90fde1 #e190fd

Analogous Colors of #fde190

#fde190 #e3fd90 #fdab90

Monochromatic Colors of #fde190

#fde190

Complementary Color

#fde190 #90acfd

#fde190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde190 Color CSS Codes

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

#fde190 Text Font Color

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

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


#fde190 Background Color

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

This div background color is #fde190


#fde190 Border Color

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

This div border color is #fde190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde190

Related Colors


Comments

No comments written yet.

Please login to write comment.