Color Hex Logo

#fde76f Color Hex

#FDE76F
(253,231,111)
0 Favorites   0 Comments

Color spaces of #fde76f

RGB 253231111
HSL0.140.970.71
HSV51°56°99°
CMYK 0.000.090.56   0.01
XYZ71.953279.182226.5303
Yxy79.18220.40500.4457
Hunter Lab88.9844-11.386744.6120
CIE-Lab91.3167-6.877260.1110

#fde76f color RGB value is (253,231,111).

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

The process color (four color CMYK) of #fde76f color hex is 0.00, 0.09, 0.56, 0.01. Web safe color of #fde76f is #ffff66. Color #fde76f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 01101111
Octal 375 347 157
Decimal 253 231 111
Hex FD E7 6F

RGB Percentages of Color #fde76f

%42.52
%38.82
%18.66

CMYK Percentages of Color #fde76f

%0
%9
%56
%1

Triadic Colors of #fde76f

#fde76f #6ffde7 #e76ffd

Analogous Colors of #fde76f

#fde76f #ccfd6f #fda06f

Monochromatic Colors of #fde76f

#fde76f

Complementary Color

#fde76f #6f85fd

#fde76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde76f Color CSS Codes

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

#fde76f Text Font Color

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

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


#fde76f Background Color

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

This div background color is #fde76f


#fde76f Border Color

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

This div border color is #fde76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde76f

Related Colors


Comments

No comments written yet.

Please login to write comment.