Color Hex Logo

#fdee4e Color Hex

#FDEE4E
(253,238,78)
0 Favorites   0 Comments

Color spaces of #fdee4e

RGB 25323878
HSL0.150.980.65
HSV55°69°99°
CMYK 0.000.060.69   0.01
XYZ72.457782.581819.3287
Yxy82.58180.41550.4736
Hunter Lab90.8745-16.705651.0014
CIE-Lab92.8310-12.342175.2368

#fdee4e color RGB value is (253,238,78).

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

The process color (four color CMYK) of #fdee4e color hex is 0.00, 0.06, 0.69, 0.01. Web safe color of #fdee4e is #ffff66. Color #fdee4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 01001110
Octal 375 356 116
Decimal 253 238 78
Hex FD EE 4E

RGB Percentages of Color #fdee4e

%44.46
%41.83
%13.71

CMYK Percentages of Color #fdee4e

%0
%6
%69
%1

Triadic Colors of #fdee4e

#fdee4e #4efdee #ee4efd

Analogous Colors of #fdee4e

#fdee4e #b5fd4e #fd974e

Monochromatic Colors of #fdee4e

#fdee4e

Complementary Color

#fdee4e #4e5dfd

#fdee4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee4e Color CSS Codes

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

#fdee4e Text Font Color

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

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


#fdee4e Background Color

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

This div background color is #fdee4e


#fdee4e Border Color

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

This div border color is #fdee4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee4e


Comments

No comments written yet.

Please login to write comment.