Color Hex Logo

#fde975 Color Hex

#FDE975
(253,233,117)
0 Favorites   0 Comments

Color spaces of #fde975

RGB 253233117
HSL0.140.970.73
HSV51°54°99°
CMYK 0.000.080.54   0.01
XYZ72.857880.444828.5170
Yxy80.44480.40070.4424
Hunter Lab89.6910-11.960243.9326
CIE-Lab91.8841-7.421258.0459

#fde975 color RGB value is (253,233,117).

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

The process color (four color CMYK) of #fde975 color hex is 0.00, 0.08, 0.54, 0.01. Web safe color of #fde975 is #ffff66. Color #fde975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 01110101
Octal 375 351 165
Decimal 253 233 117
Hex FD E9 75

RGB Percentages of Color #fde975

%41.96
%38.64
%19.40

CMYK Percentages of Color #fde975

%0
%8
%54
%1

Triadic Colors of #fde975

#fde975 #75fde9 #e975fd

Analogous Colors of #fde975

#fde975 #cdfd75 #fda575

Monochromatic Colors of #fde975

#fde975

Complementary Color

#fde975 #7589fd

#fde975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde975 Color CSS Codes

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

#fde975 Text Font Color

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

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


#fde975 Background Color

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

This div background color is #fde975


#fde975 Border Color

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

This div border color is #fde975


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,233,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 #fde975">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde975


Comments

No comments written yet.

Please login to write comment.