Color Hex Logo

#fafeef Color Hex

#FAFEEF
(250,254,239)
0 Favorites   0 Comments

Color spaces of #fafeef

RGB 250254239
HSL0.210.880.97
HSV76°100°
CMYK 0.020.000.06   0.00
XYZ90.446197.439695.7021
Yxy97.43960.31890.3436
Hunter Lab98.7115-9.191411.6156
CIE-Lab99.0014-3.89736.6982

#fafeef color RGB value is (250,254,239).

#fafeef hex color red value is 250, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fafeef hue: 0.21 , saturation: 0.88 and the lightness value of fafeef is 0.97.

The process color (four color CMYK) of #fafeef color hex is 0.02, 0.00, 0.06, 0.00. Web safe color of #fafeef is #ffffff. Color #fafeef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11101111
Octal 372 376 357
Decimal 250 254 239
Hex FA FE EF

RGB Percentages of Color #fafeef

%33.65
%34.19
%32.17

CMYK Percentages of Color #fafeef

%2
%0
%6
%0

Triadic Colors of #fafeef

#fafeef #effafe #feeffa

Analogous Colors of #fafeef

#fafeef #f3feef #fefbef

Monochromatic Colors of #fafeef

#fafeef

Complementary Color

#fafeef #f3effe

#fafeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafeef Color CSS Codes

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

#fafeef Text Font Color

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

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


#fafeef Background Color

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

This div background color is #fafeef


#fafeef Border Color

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

This div border color is #fafeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafeef

Related Colors


Comments

No comments written yet.

Please login to write comment.