Color Hex Logo

#f9feaf Color Hex

#F9FEAF
(249,254,175)
0 Favorites   0 Comments

Color spaces of #f9feaf

RGB 249254175
HSL0.180.980.84
HSV64°31°100°
CMYK 0.020.000.31   0.00
XYZ82.246694.118554.3893
Yxy94.11850.35640.4079
Hunter Lab97.0147-18.447934.6706
CIE-Lab97.6797-13.535137.3102

#f9feaf color RGB value is (249,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111110 10101111
Octal 371 376 257
Decimal 249 254 175
Hex F9 FE AF

RGB Percentages of Color #f9feaf

%36.73
%37.46
%25.81

CMYK Percentages of Color #f9feaf

%2
%0
%31
%0

Triadic Colors of #f9feaf

#f9feaf #aff9fe #feaff9

Analogous Colors of #f9feaf

#f9feaf #d2feaf #fedcaf

Monochromatic Colors of #f9feaf

#f9feaf

Complementary Color

#f9feaf #b4affe

#f9feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9feaf Color CSS Codes

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

#f9feaf Text Font Color

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

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


#f9feaf Background Color

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

This div background color is #f9feaf


#f9feaf Border Color

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

This div border color is #f9feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9feaf

Related Colors


Comments

No comments written yet.

Please login to write comment.