Color Hex Logo

#fef89f Color Hex

#FEF89F
(254,248,159)
0 Favorites   0 Comments

Color spaces of #fef89f

RGB 254248159
HSL0.160.980.81
HSV56°37°100°
CMYK 0.000.020.37   0.00
XYZ80.698590.708846.0562
Yxy90.70880.37110.4171
Hunter Lab95.2412-15.427837.9977
CIE-Lab96.2900-10.553343.4717

#fef89f color RGB value is (254,248,159).

#fef89f hex color red value is 254, green value is 248 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fef89f hue: 0.16 , saturation: 0.98 and the lightness value of fef89f is 0.81.

The process color (four color CMYK) of #fef89f color hex is 0.00, 0.02, 0.37, 0.00. Web safe color of #fef89f is #ffff99. Color #fef89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 10011111
Octal 376 370 237
Decimal 254 248 159
Hex FE F8 9F

RGB Percentages of Color #fef89f

%38.43
%37.52
%24.05

CMYK Percentages of Color #fef89f

%0
%2
%37
%0

Triadic Colors of #fef89f

#fef89f #9ffef8 #f89ffe

Analogous Colors of #fef89f

#fef89f #d5fe9f #fec99f

Monochromatic Colors of #fef89f

#fef89f

Complementary Color

#fef89f #9fa5fe

#fef89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef89f Color CSS Codes

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

#fef89f Text Font Color

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

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


#fef89f Background Color

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

This div background color is #fef89f


#fef89f Border Color

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

This div border color is #fef89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef89f

Related Colors


Comments

No comments written yet.

Please login to write comment.