Color Hex Logo

#fef587 Color Hex

#FEF587
(254,245,135)
0 Favorites   0 Comments

Color spaces of #fef587

RGB 254245135
HSL0.150.980.76
HSV55°47°100°
CMYK 0.000.040.47   0.00
XYZ77.898688.124935.8258
Yxy88.12490.38590.4366
Hunter Lab93.8749-16.159443.0853
CIE-Lab95.2135-11.453453.6745

#fef587 color RGB value is (254,245,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10000111
Octal 376 365 207
Decimal 254 245 135
Hex FE F5 87

RGB Percentages of Color #fef587

%40.06
%38.64
%21.29

CMYK Percentages of Color #fef587

%0
%4
%47
%0

Triadic Colors of #fef587

#fef587 #87fef5 #f587fe

Analogous Colors of #fef587

#fef587 #ccfe87 #feba87

Monochromatic Colors of #fef587

#fef587

Complementary Color

#fef587 #8790fe

#fef587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef587 Color CSS Codes

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

#fef587 Text Font Color

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

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


#fef587 Background Color

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

This div background color is #fef587


#fef587 Border Color

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

This div border color is #fef587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef587


Comments

No comments written yet.

Please login to write comment.