Color Hex Logo

#fdec74 Color Hex

#FDEC74
(253,236,116)
0 Favorites   0 Comments

Color spaces of #fdec74

RGB 253236116
HSL0.150.970.72
HSV53°54°99°
CMYK 0.000.070.54   0.01
XYZ73.655982.134528.4945
Yxy82.13450.39970.4457
Hunter Lab90.6281-13.527444.7982
CIE-Lab92.6342-8.989759.3729

#fdec74 color RGB value is (253,236,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01110100
Octal 375 354 164
Decimal 253 236 116
Hex FD EC 74

RGB Percentages of Color #fdec74

%41.82
%39.01
%19.17

CMYK Percentages of Color #fdec74

%0
%7
%54
%1

Triadic Colors of #fdec74

#fdec74 #74fdec #ec74fd

Analogous Colors of #fdec74

#fdec74 #cafd74 #fda874

Monochromatic Colors of #fdec74

#fdec74

Complementary Color

#fdec74 #7485fd

#fdec74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec74 Color CSS Codes

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

#fdec74 Text Font Color

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

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


#fdec74 Background Color

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

This div background color is #fdec74


#fdec74 Border Color

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

This div border color is #fdec74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec74

Related Colors


Comments

No comments written yet.

Please login to write comment.