Color Hex Logo

#fde82f Color Hex

#FDE82F
(253,232,47)
0 Favorites   0 Comments

Color spaces of #fde82f

RGB 25323247
HSL0.150.980.59
HSV54°81°99°
CMYK 0.000.080.81   0.01
XYZ69.877778.801114.2165
Yxy78.80110.42900.4838
Hunter Lab88.7700-14.836452.6437
CIE-Lab91.1442-10.558383.2685

#fde82f color RGB value is (253,232,47).

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

The process color (four color CMYK) of #fde82f color hex is 0.00, 0.08, 0.81, 0.01. Web safe color of #fde82f is #ffff33. Color #fde82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 00101111
Octal 375 350 57
Decimal 253 232 47
Hex FD E8 2F

RGB Percentages of Color #fde82f

%47.56
%43.61
%8.83

CMYK Percentages of Color #fde82f

%0
%8
%81
%1

Triadic Colors of #fde82f

#fde82f #2ffde8 #e82ffd

Analogous Colors of #fde82f

#fde82f #abfd2f #fd812f

Monochromatic Colors of #fde82f

#fde82f

Complementary Color

#fde82f #2f44fd

#fde82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde82f Color CSS Codes

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

#fde82f Text Font Color

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

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


#fde82f Background Color

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

This div background color is #fde82f


#fde82f Border Color

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

This div border color is #fde82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde82f

Related Colors


Comments

No comments written yet.

Please login to write comment.