Color Hex Logo

#fdec7e Color Hex

#FDEC7E
(253,236,126)
0 Favorites   0 Comments

Color spaces of #fdec7e

RGB 253236126
HSL0.140.970.74
HSV52°50°99°
CMYK 0.000.070.50   0.01
XYZ74.269482.379931.7252
Yxy82.37990.39430.4373
Hunter Lab90.7634-12.773842.8103
CIE-Lab92.7423-8.184054.8965

#fdec7e color RGB value is (253,236,126).

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

The process color (four color CMYK) of #fdec7e color hex is 0.00, 0.07, 0.50, 0.01. Web safe color of #fdec7e is #ffff66. Color #fdec7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01111110
Octal 375 354 176
Decimal 253 236 126
Hex FD EC 7E

RGB Percentages of Color #fdec7e

%41.14
%38.37
%20.49

CMYK Percentages of Color #fdec7e

%0
%7
%50
%1

Triadic Colors of #fdec7e

#fdec7e #7efdec #ec7efd

Analogous Colors of #fdec7e

#fdec7e #cffd7e #fdad7e

Monochromatic Colors of #fdec7e

#fdec7e

Complementary Color

#fdec7e #7e8ffd

#fdec7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec7e Color CSS Codes

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

#fdec7e Text Font Color

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

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


#fdec7e Background Color

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

This div background color is #fdec7e


#fdec7e Border Color

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

This div border color is #fdec7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec7e


Comments

No comments written yet.

Please login to write comment.