Color Hex Logo

#fff0ea Color Hex

#FFF0EA
(255,240,234)
0 Favorites   0 Comments

Color spaces of #fff0ea

RGB 255240234
HSL0.051.000.96
HSV17°100°
CMYK 0.000.060.08   0.00
XYZ87.251489.520790.5225
Yxy89.52070.32640.3349
Hunter Lab94.6154-0.96979.5055
CIE-Lab95.79764.05234.6949

#fff0ea color RGB value is (255,240,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 11101010
Octal 377 360 352
Decimal 255 240 234
Hex FF F0 EA

RGB Percentages of Color #fff0ea

%34.98
%32.92
%32.10

CMYK Percentages of Color #fff0ea

%0
%6
%8
%0

Triadic Colors of #fff0ea

#fff0ea #eafff0 #f0eaff

Analogous Colors of #fff0ea

#fff0ea #fffbea #ffeaef

Monochromatic Colors of #fff0ea

#fff0ea

Complementary Color

#fff0ea #eaf9ff

#fff0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff0ea Color CSS Codes

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

#fff0ea Text Font Color

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

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


#fff0ea Background Color

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

This div background color is #fff0ea


#fff0ea Border Color

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

This div border color is #fff0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff0ea

Related Colors

#fff0ea Color Palettes


Comments

No comments written yet.

Please login to write comment.