Color Hex Logo

#fde905 Color Hex

#FDE905
(253,233,5)
0 Favorites   0 Comments

Color spaces of #fde905

RGB 2532335
HSL0.150.980.51
HSV55°98°99°
CMYK 0.000.080.98   0.01
XYZ69.674379.171411.7530
Yxy79.17140.43380.4930
Hunter Lab88.9783-15.938054.4533
CIE-Lab91.3118-11.718889.7934

#fde905 color RGB value is (253,233,5).

#fde905 hex color red value is 253, green value is 233 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fde905 hue: 0.15 , saturation: 0.98 and the lightness value of fde905 is 0.51.

The process color (four color CMYK) of #fde905 color hex is 0.00, 0.08, 0.98, 0.01. Web safe color of #fde905 is #ffff00. Color #fde905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 00000101
Octal 375 351 5
Decimal 253 233 5
Hex FD E9 5

RGB Percentages of Color #fde905

%51.53
%47.45
%1.02

CMYK Percentages of Color #fde905

%0
%8
%98
%1

Triadic Colors of #fde905

#fde905 #05fde9 #e905fd

Analogous Colors of #fde905

#fde905 #95fd05 #fd6d05

Monochromatic Colors of #fde905

#fde905

Complementary Color

#fde905 #0519fd

#fde905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde905 Color CSS Codes

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

#fde905 Text Font Color

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

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


#fde905 Background Color

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

This div background color is #fde905


#fde905 Border Color

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

This div border color is #fde905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde905

Related Colors


Comments

No comments written yet.

Please login to write comment.