Color Hex Logo

#fde863 Color Hex

#FDE863
(253,232,99)
0 Favorites   0 Comments

Color spaces of #fde863

RGB 25323299
HSL0.140.970.69
HSV52°61°99°
CMYK 0.000.080.61   0.01
XYZ71.616879.496723.3742
Yxy79.49670.41040.4556
Hunter Lab89.1609-12.654946.8693
CIE-Lab91.4586-8.200165.5197

#fde863 color RGB value is (253,232,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 01100011
Octal 375 350 143
Decimal 253 232 99
Hex FD E8 63

RGB Percentages of Color #fde863

%43.32
%39.73
%16.95

CMYK Percentages of Color #fde863

%0
%8
%61
%1

Triadic Colors of #fde863

#fde863 #63fde8 #e863fd

Analogous Colors of #fde863

#fde863 #c5fd63 #fd9b63

Monochromatic Colors of #fde863

#fde863

Complementary Color

#fde863 #6378fd

#fde863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde863 Color CSS Codes

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

#fde863 Text Font Color

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

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


#fde863 Background Color

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

This div background color is #fde863


#fde863 Border Color

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

This div border color is #fde863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde863


Comments

No comments written yet.

Please login to write comment.