Color Hex Logo

#fff1ae Color Hex

#FFF1AE
(255,241,174)
0 Favorites   0 Comments

Color spaces of #fff1ae

RGB 255241174
HSL0.141.000.84
HSV50°32°100°
CMYK 0.000.050.32   0.00
XYZ80.335387.226652.6467
Yxy87.22660.36480.3961
Hunter Lab93.3952-9.902131.9550
CIE-Lab94.8343-4.990234.1175

#fff1ae color RGB value is (255,241,174).

#fff1ae hex color red value is 255, green value is 241 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fff1ae hue: 0.14 , saturation: 1.00 and the lightness value of fff1ae is 0.84.

The process color (four color CMYK) of #fff1ae color hex is 0.00, 0.05, 0.32, 0.00. Web safe color of #fff1ae is #ffff99. Color #fff1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110001 10101110
Octal 377 361 256
Decimal 255 241 174
Hex FF F1 AE

RGB Percentages of Color #fff1ae

%38.06
%35.97
%25.97

CMYK Percentages of Color #fff1ae

%0
%5
%32
%0

Triadic Colors of #fff1ae

#fff1ae #aefff1 #f1aeff

Analogous Colors of #fff1ae

#fff1ae #e5ffae #ffc9ae

Monochromatic Colors of #fff1ae

#fff1ae

Complementary Color

#fff1ae #aebcff

#fff1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff1ae Color CSS Codes

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

#fff1ae Text Font Color

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

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


#fff1ae Background Color

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

This div background color is #fff1ae


#fff1ae Border Color

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

This div border color is #fff1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff1ae

Related Colors

#fff1ae Color Palettes


Comments

No comments written yet.

Please login to write comment.