Color Hex Logo

#fde575 Color Hex

#FDE575
(253,229,117)
0 Favorites   0 Comments

Color spaces of #fde575

RGB 253229117
HSL0.140.970.73
HSV49°54°99°
CMYK 0.000.090.54   0.01
XYZ71.738278.205628.1438
Yxy78.20560.40280.4391
Hunter Lab88.4339-9.959043.0349
CIE-Lab90.8736-5.422056.8645

#fde575 color RGB value is (253,229,117).

#fde575 hex color red value is 253, green value is 229 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fde575 hue: 0.14 , saturation: 0.97 and the lightness value of fde575 is 0.73.

The process color (four color CMYK) of #fde575 color hex is 0.00, 0.09, 0.54, 0.01. Web safe color of #fde575 is #ffcc66. Color #fde575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 01110101
Octal 375 345 165
Decimal 253 229 117
Hex FD E5 75

RGB Percentages of Color #fde575

%42.24
%38.23
%19.53

CMYK Percentages of Color #fde575

%0
%9
%54
%1

Triadic Colors of #fde575

#fde575 #75fde5 #e575fd

Analogous Colors of #fde575

#fde575 #d1fd75 #fda175

Monochromatic Colors of #fde575

#fde575

Complementary Color

#fde575 #758dfd

#fde575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde575 Color CSS Codes

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

#fde575 Text Font Color

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

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


#fde575 Background Color

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

This div background color is #fde575


#fde575 Border Color

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

This div border color is #fde575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde575


Comments

No comments written yet.

Please login to write comment.