Color Hex Logo

#f8feaf Color Hex

#F8FEAF
(248,254,175)
0 Favorites   0 Comments

Color spaces of #f8feaf

RGB 248254175
HSL0.180.980.84
HSV65°31°100°
CMYK 0.020.000.31   0.00
XYZ81.891193.935254.3726
Yxy93.93520.35570.4081
Hunter Lab96.9202-18.789734.5822
CIE-Lab97.6059-13.904237.1991

#f8feaf color RGB value is (248,254,175).

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

The process color (four color CMYK) of #f8feaf color hex is 0.02, 0.00, 0.31, 0.00. Web safe color of #f8feaf is #ffff99. Color #f8feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111110 10101111
Octal 370 376 257
Decimal 248 254 175
Hex F8 FE AF

RGB Percentages of Color #f8feaf

%36.63
%37.52
%25.85

CMYK Percentages of Color #f8feaf

%2
%0
%31
%0

Triadic Colors of #f8feaf

#f8feaf #aff8fe #feaff8

Analogous Colors of #f8feaf

#f8feaf #d1feaf #feddaf

Monochromatic Colors of #f8feaf

#f8feaf

Complementary Color

#f8feaf #b5affe

#f8feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8feaf Color CSS Codes

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

#f8feaf Text Font Color

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

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


#f8feaf Background Color

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

This div background color is #f8feaf


#f8feaf Border Color

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

This div border color is #f8feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8feaf

Related Colors


Comments

No comments written yet.

Please login to write comment.