Color Hex Logo

#feee74 Color Hex

#FEEE74
(254,238,116)
0 Favorites   0 Comments

Color spaces of #feee74

RGB 254238116
HSL0.150.990.73
HSV53°54°100°
CMYK 0.000.060.54   0.00
XYZ74.600083.480928.7046
Yxy83.48090.39940.4469
Hunter Lab91.3679-14.152245.3307
CIE-Lab93.2246-9.580560.0772

#feee74 color RGB value is (254,238,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01110100
Octal 376 356 164
Decimal 254 238 116
Hex FE EE 74

RGB Percentages of Color #feee74

%41.78
%39.14
%19.08

CMYK Percentages of Color #feee74

%0
%6
%54
%0

Triadic Colors of #feee74

#feee74 #74feee #ee74fe

Analogous Colors of #feee74

#feee74 #c9fe74 #fea974

Monochromatic Colors of #feee74

#feee74

Complementary Color

#feee74 #7484fe

#feee74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee74 Color CSS Codes

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

#feee74 Text Font Color

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

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


#feee74 Background Color

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

This div background color is #feee74


#feee74 Border Color

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

This div border color is #feee74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee74


Comments

No comments written yet.

Please login to write comment.