Color Hex Logo

#fde406 Color Hex

#FDE406
(253,228,6)
0 Favorites   0 Comments

Color spaces of #fde406

RGB 2532286
HSL0.150.980.51
HSV54°98°99°
CMYK 0.000.100.98   0.01
XYZ68.284376.382611.3166
Yxy76.38260.43780.4897
Hunter Lab87.3971-13.481153.5008
CIE-Lab90.0367-9.240988.7885

#fde406 color RGB value is (253,228,6).

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

The process color (four color CMYK) of #fde406 color hex is 0.00, 0.10, 0.98, 0.01. Web safe color of #fde406 is #ffcc00. Color #fde406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 00000110
Octal 375 344 6
Decimal 253 228 6
Hex FD E4 6

RGB Percentages of Color #fde406

%51.95
%46.82
%1.23

CMYK Percentages of Color #fde406

%0
%10
%98
%1

Triadic Colors of #fde406

#fde406 #06fde4 #e406fd

Analogous Colors of #fde406

#fde406 #9bfd06 #fd6906

Monochromatic Colors of #fde406

#fde406

Complementary Color

#fde406 #061ffd

#fde406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde406 Color CSS Codes

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

#fde406 Text Font Color

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

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


#fde406 Background Color

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

This div background color is #fde406


#fde406 Border Color

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

This div border color is #fde406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde406

Related Colors


Comments

No comments written yet.

Please login to write comment.