Color Hex Logo

#fde63e Color Hex

#FDE63E
(253,230,62)
0 Favorites   0 Comments

Color spaces of #fde63e

RGB 25323062
HSL0.150.980.62
HSV53°75°99°
CMYK 0.000.090.75   0.01
XYZ69.674377.824115.9067
Yxy77.82410.42640.4763
Hunter Lab88.2180-13.402751.0619
CIE-Lab90.6996-9.080078.6304

#fde63e color RGB value is (253,230,62).

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

The process color (four color CMYK) of #fde63e color hex is 0.00, 0.09, 0.75, 0.01. Web safe color of #fde63e is #ffff33. Color #fde63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 00111110
Octal 375 346 76
Decimal 253 230 62
Hex FD E6 3E

RGB Percentages of Color #fde63e

%46.42
%42.20
%11.38

CMYK Percentages of Color #fde63e

%0
%9
%75
%1

Triadic Colors of #fde63e

#fde63e #3efde6 #e63efd

Analogous Colors of #fde63e

#fde63e #b5fd3e #fd873e

Monochromatic Colors of #fde63e

#fde63e

Complementary Color

#fde63e #3e55fd

#fde63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde63e Color CSS Codes

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

#fde63e Text Font Color

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

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


#fde63e Background Color

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

This div background color is #fde63e


#fde63e Border Color

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

This div border color is #fde63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde63e

Related Colors


Comments

No comments written yet.

Please login to write comment.