Color Hex Logo

#fff5ea Color Hex

#FFF5EA
(255,245,234)
0 Favorites   0 Comments

Color spaces of #fff5ea

RGB 255245234
HSL0.091.000.96
HSV31°100°
CMYK 0.000.040.08   0.00
XYZ88.743792.505391.0199
Yxy92.50530.32590.3398
Hunter Lab96.1797-3.614911.2165
CIE-Lab97.02651.51026.4698

#fff5ea color RGB value is (255,245,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110101 11101010
Octal 377 365 352
Decimal 255 245 234
Hex FF F5 EA

RGB Percentages of Color #fff5ea

%34.74
%33.38
%31.88

CMYK Percentages of Color #fff5ea

%0
%4
%8
%0

Triadic Colors of #fff5ea

#fff5ea #eafff5 #f5eaff

Analogous Colors of #fff5ea

#fff5ea #ffffea #ffebea

Monochromatic Colors of #fff5ea

#fff5ea

Complementary Color

#fff5ea #eaf4ff

#fff5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff5ea Color CSS Codes

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

#fff5ea Text Font Color

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

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


#fff5ea Background Color

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

This div background color is #fff5ea


#fff5ea Border Color

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

This div border color is #fff5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff5ea


Comments

No comments written yet.

Please login to write comment.