Color Hex Logo

#fef070 Color Hex

#FEF070
(254,240,112)
0 Favorites   0 Comments

Color spaces of #fef070

RGB 254240112
HSL0.150.990.72
HSV54°56°100°
CMYK 0.000.060.56   0.00
XYZ74.957884.560927.7004
Yxy84.56090.40040.4517
Hunter Lab91.9570-15.422346.5098
CIE-Lab93.6936-10.865962.3990

#fef070 color RGB value is (254,240,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 01110000
Octal 376 360 160
Decimal 254 240 112
Hex FE F0 70

RGB Percentages of Color #fef070

%41.91
%39.60
%18.48

CMYK Percentages of Color #fef070

%0
%6
%56
%0

Triadic Colors of #fef070

#fef070 #70fef0 #f070fe

Analogous Colors of #fef070

#fef070 #c5fe70 #fea970

Monochromatic Colors of #fef070

#fef070

Complementary Color

#fef070 #707efe

#fef070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef070 Color CSS Codes

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

#fef070 Text Font Color

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

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


#fef070 Background Color

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

This div background color is #fef070


#fef070 Border Color

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

This div border color is #fef070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef070


Comments

No comments written yet.

Please login to write comment.