Color Hex Logo

#fef087 Color Hex

#FEF087
(254,240,135)
0 Favorites   0 Comments

Color spaces of #fef087

RGB 254240135
HSL0.150.980.76
HSV53°47°100°
CMYK 0.000.060.47   0.00
XYZ76.406385.140335.3283
Yxy85.14030.38810.4325
Hunter Lab92.2715-13.666541.8895
CIE-Lab93.9435-8.986752.1270

#fef087 color RGB value is (254,240,135).

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

The process color (four color CMYK) of #fef087 color hex is 0.00, 0.06, 0.47, 0.00. Web safe color of #fef087 is #ffff99. Color #fef087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 10000111
Octal 376 360 207
Decimal 254 240 135
Hex FE F0 87

RGB Percentages of Color #fef087

%40.38
%38.16
%21.46

CMYK Percentages of Color #fef087

%0
%6
%47
%0

Triadic Colors of #fef087

#fef087 #87fef0 #f087fe

Analogous Colors of #fef087

#fef087 #d1fe87 #feb587

Monochromatic Colors of #fef087

#fef087

Complementary Color

#fef087 #8795fe

#fef087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef087 Color CSS Codes

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

#fef087 Text Font Color

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

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


#fef087 Background Color

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

This div background color is #fef087


#fef087 Border Color

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

This div border color is #fef087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef087


Comments

No comments written yet.

Please login to write comment.