Color Hex Logo

#feef70 Color Hex

#FEEF70
(254,239,112)
0 Favorites   0 Comments

Color spaces of #feef70

RGB 254239112
HSL0.150.990.72
HSV54°56°100°
CMYK 0.000.060.56   0.00
XYZ74.664283.973727.6026
Yxy83.97370.40090.4509
Hunter Lab91.6372-14.926746.2869
CIE-Lab93.4391-10.372862.1096

#feef70 color RGB value is (254,239,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01110000
Octal 376 357 160
Decimal 254 239 112
Hex FE EF 70

RGB Percentages of Color #feef70

%41.98
%39.50
%18.51

CMYK Percentages of Color #feef70

%0
%6
%56
%0

Triadic Colors of #feef70

#feef70 #70feef #ef70fe

Analogous Colors of #feef70

#feef70 #c6fe70 #fea870

Monochromatic Colors of #feef70

#feef70

Complementary Color

#feef70 #707ffe

#feef70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef70 Color CSS Codes

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

#feef70 Text Font Color

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

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


#feef70 Background Color

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

This div background color is #feef70


#feef70 Border Color

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

This div border color is #feef70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef70

Related Colors


Comments

No comments written yet.

Please login to write comment.