Color Hex Logo

#fdf1ae Color Hex

#FDF1AE
(253,241,174)
0 Favorites   0 Comments

Color spaces of #fdf1ae

RGB 253241174
HSL0.140.950.84
HSV51°31°99°
CMYK 0.000.050.31   0.01
XYZ79.603386.849252.6124
Yxy86.84920.36340.3965
Hunter Lab93.1929-10.616931.7627
CIE-Lab94.6743-5.740433.8756

#fdf1ae color RGB value is (253,241,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 10101110
Octal 375 361 256
Decimal 253 241 174
Hex FD F1 AE

RGB Percentages of Color #fdf1ae

%37.87
%36.08
%26.05

CMYK Percentages of Color #fdf1ae

%0
%5
%31
%1

Triadic Colors of #fdf1ae

#fdf1ae #aefdf1 #f1aefd

Analogous Colors of #fdf1ae

#fdf1ae #e2fdae #fdcaae

Monochromatic Colors of #fdf1ae

#fdf1ae

Complementary Color

#fdf1ae #aebafd

#fdf1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf1ae Color CSS Codes

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

#fdf1ae Text Font Color

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

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


#fdf1ae Background Color

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

This div background color is #fdf1ae


#fdf1ae Border Color

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

This div border color is #fdf1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf1ae


Comments

No comments written yet.

Please login to write comment.