Color Hex Logo

#fff2eb Color Hex

#FFF2EB
(255,242,235)
0 Favorites   0 Comments

Color spaces of #fff2eb

RGB 255242235
HSL0.061.000.96
HSV21°100°
CMYK 0.000.050.08   0.00
XYZ87.987590.762491.4787
Yxy90.76240.32560.3359
Hunter Lab95.2693-1.86479.7576
CIE-Lab96.31213.19734.9222

#fff2eb color RGB value is (255,242,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110010 11101011
Octal 377 362 353
Decimal 255 242 235
Hex FF F2 EB

RGB Percentages of Color #fff2eb

%34.84
%33.06
%32.10

CMYK Percentages of Color #fff2eb

%0
%5
%8
%0

Triadic Colors of #fff2eb

#fff2eb #ebfff2 #f2ebff

Analogous Colors of #fff2eb

#fff2eb #fffceb #ffebee

Monochromatic Colors of #fff2eb

#fff2eb

Complementary Color

#fff2eb #ebf8ff

#fff2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff2eb Color CSS Codes

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

#fff2eb Text Font Color

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

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


#fff2eb Background Color

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

This div background color is #fff2eb


#fff2eb Border Color

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

This div border color is #fff2eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,242,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff2eb

Related Colors


Comments

No comments written yet.

Please login to write comment.