Color Hex Logo

#fed774 Color Hex

#FED774
(254,215,116)
0 Favorites   0 Comments

Color spaces of #fed774

RGB 254215116
HSL0.120.990.73
HSV43°54°100°
CMYK 0.000.150.54   0.00
XYZ68.325970.932726.6132
Yxy70.93270.41190.4276
Hunter Lab84.2216-2.577140.2200
CIE-Lab87.45231.989653.3183

#fed774 color RGB value is (254,215,116).

#fed774 hex color red value is 254, green value is 215 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fed774 hue: 0.12 , saturation: 0.99 and the lightness value of fed774 is 0.73.

The process color (four color CMYK) of #fed774 color hex is 0.00, 0.15, 0.54, 0.00. Web safe color of #fed774 is #ffcc66. Color #fed774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 01110100
Octal 376 327 164
Decimal 254 215 116
Hex FE D7 74

RGB Percentages of Color #fed774

%43.42
%36.75
%19.83

CMYK Percentages of Color #fed774

%0
%15
%54
%0

Triadic Colors of #fed774

#fed774 #74fed7 #d774fe

Analogous Colors of #fed774

#fed774 #e0fe74 #fe9274

Monochromatic Colors of #fed774

#fed774

Complementary Color

#fed774 #749bfe

#fed774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed774 Color CSS Codes

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

#fed774 Text Font Color

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

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


#fed774 Background Color

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

This div background color is #fed774


#fed774 Border Color

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

This div border color is #fed774


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,215,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 #fed774">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed774


Comments

No comments written yet.

Please login to write comment.