Color Hex Logo

#fdee6e Color Hex

#FDEE6E
(253,238,110)
0 Favorites   0 Comments

Color spaces of #fdee6e

RGB 253238110
HSL0.150.970.71
HSV54°57°99°
CMYK 0.000.060.57   0.01
XYZ73.897083.157526.9081
Yxy83.15750.40170.4520
Hunter Lab91.1907-14.935246.3385
CIE-Lab93.0833-10.425162.5669

#fdee6e color RGB value is (253,238,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 01101110
Octal 375 356 156
Decimal 253 238 110
Hex FD EE 6E

RGB Percentages of Color #fdee6e

%42.10
%39.60
%18.30

CMYK Percentages of Color #fdee6e

%0
%6
%57
%1

Triadic Colors of #fdee6e

#fdee6e #6efdee #ee6efd

Analogous Colors of #fdee6e

#fdee6e #c5fd6e #fda76e

Monochromatic Colors of #fdee6e

#fdee6e

Complementary Color

#fdee6e #6e7dfd

#fdee6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee6e Color CSS Codes

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

#fdee6e Text Font Color

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

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


#fdee6e Background Color

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

This div background color is #fdee6e


#fdee6e Border Color

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

This div border color is #fdee6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee6e

Related Colors


Comments

No comments written yet.

Please login to write comment.