Color Hex Logo

#fff2ef Color Hex

#FFF2EF
(255,242,239)
1 Favorites   0 Comments

Color spaces of #fff2ef

RGB 255242239
HSL0.031.000.97
HSV11°100°
CMYK 0.000.050.06   0.00
XYZ88.572190.996394.5571
Yxy90.99630.32310.3320
Hunter Lab95.3920-1.19758.0033
CIE-Lab96.40853.85862.9948

#fff2ef color RGB value is (255,242,239).

#fff2ef hex color red value is 255, green value is 242 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fff2ef hue: 0.03 , saturation: 1.00 and the lightness value of fff2ef is 0.97.

The process color (four color CMYK) of #fff2ef color hex is 0.00, 0.05, 0.06, 0.00. Web safe color of #fff2ef is #ffffff. Color #fff2ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110010 11101111
Octal 377 362 357
Decimal 255 242 239
Hex FF F2 EF

RGB Percentages of Color #fff2ef

%34.65
%32.88
%32.47

CMYK Percentages of Color #fff2ef

%0
%5
%6
%0

Triadic Colors of #fff2ef

#fff2ef #effff2 #f2efff

Analogous Colors of #fff2ef

#fff2ef #fffaef #ffeff4

Monochromatic Colors of #fff2ef

#fff2ef

Complementary Color

#fff2ef #effcff

#fff2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff2ef Color CSS Codes

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

#fff2ef Text Font Color

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

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


#fff2ef Background Color

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

This div background color is #fff2ef


#fff2ef Border Color

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

This div border color is #fff2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff2ef


Comments

No comments written yet.

Please login to write comment.