Color Hex Logo

#fef88c Color Hex

#FEF88C
(254,248,140)
1 Favorites   0 Comments

Color spaces of #fef88c

RGB 254248140
HSL0.160.980.77
HSV57°45°100°
CMYK 0.000.020.45   0.00
XYZ79.174190.099138.0289
Yxy90.09910.38190.4346
Hunter Lab94.9205-17.222542.6905
CIE-Lab96.0379-12.466652.3216

#fef88c color RGB value is (254,248,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 10001100
Octal 376 370 214
Decimal 254 248 140
Hex FE F8 8C

RGB Percentages of Color #fef88c

%39.56
%38.63
%21.81

CMYK Percentages of Color #fef88c

%0
%2
%45
%0

Triadic Colors of #fef88c

#fef88c #8cfef8 #f88cfe

Analogous Colors of #fef88c

#fef88c #cbfe8c #febf8c

Monochromatic Colors of #fef88c

#fef88c

Complementary Color

#fef88c #8c92fe

#fef88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef88c Color CSS Codes

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

#fef88c Text Font Color

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

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


#fef88c Background Color

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

This div background color is #fef88c


#fef88c Border Color

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

This div border color is #fef88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef88c

Related Colors


Comments

No comments written yet.

Please login to write comment.