Color Hex Logo

#feee70 Color Hex

#FEEE70
(254,238,112)
0 Favorites   0 Comments

Color spaces of #feee70

RGB 254238112
HSL0.150.990.72
HSV53°56°100°
CMYK 0.000.060.56   0.00
XYZ74.372283.389827.5052
Yxy83.38980.40140.4501
Hunter Lab91.3180-14.430646.0643
CIE-Lab93.1848-9.879161.8203

#feee70 color RGB value is (254,238,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01110000
Octal 376 356 160
Decimal 254 238 112
Hex FE EE 70

RGB Percentages of Color #feee70

%42.05
%39.40
%18.54

CMYK Percentages of Color #feee70

%0
%6
%56
%0

Triadic Colors of #feee70

#feee70 #70feee #ee70fe

Analogous Colors of #feee70

#feee70 #c7fe70 #fea770

Monochromatic Colors of #feee70

#feee70

Complementary Color

#feee70 #7080fe

#feee70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee70 Color CSS Codes

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

#feee70 Text Font Color

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

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


#feee70 Background Color

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

This div background color is #feee70


#feee70 Border Color

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

This div border color is #feee70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,238,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee70


Comments

No comments written yet.

Please login to write comment.