Color Hex Logo

#feea74 Color Hex

#FEEA74
(254,234,116)
0 Favorites   0 Comments

Color spaces of #feea74

RGB 254234116
HSL0.140.990.73
HSV51°54°100°
CMYK 0.000.080.54   0.00
XYZ73.448381.177428.3207
Yxy81.17740.40150.4437
Hunter Lab90.0985-12.159244.4323
CIE-Lab92.2106-7.595658.9032

#feea74 color RGB value is (254,234,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 01110100
Octal 376 352 164
Decimal 254 234 116
Hex FE EA 74

RGB Percentages of Color #feea74

%42.05
%38.74
%19.21

CMYK Percentages of Color #feea74

%0
%8
%54
%0

Triadic Colors of #feea74

#feea74 #74feea #ea74fe

Analogous Colors of #feea74

#feea74 #cdfe74 #fea574

Monochromatic Colors of #feea74

#feea74

Complementary Color

#feea74 #7488fe

#feea74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea74 Color CSS Codes

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

#feea74 Text Font Color

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

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


#feea74 Background Color

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

This div background color is #feea74


#feea74 Border Color

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

This div border color is #feea74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea74

Related Colors


Comments

No comments written yet.

Please login to write comment.