Color Hex Logo

#ffd1ae Color Hex

#FFD1AE
(255,209,174)
0 Favorites   0 Comments

Color spaces of #ffd1ae

RGB 255209174
HSL0.071.000.84
HSV26°32°100°
CMYK 0.000.180.32   0.00
XYZ71.680469.916949.7617
Yxy69.91690.37460.3654
Hunter Lab83.61636.691223.2468
CIE-Lab86.956111.341723.4558

#ffd1ae color RGB value is (255,209,174).

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

The process color (four color CMYK) of #ffd1ae color hex is 0.00, 0.18, 0.32, 0.00. Web safe color of #ffd1ae is #ffcc99. Color #ffd1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 10101110
Octal 377 321 256
Decimal 255 209 174
Hex FF D1 AE

RGB Percentages of Color #ffd1ae

%39.97
%32.76
%27.27

CMYK Percentages of Color #ffd1ae

%0
%18
%32
%0

Triadic Colors of #ffd1ae

#ffd1ae #aeffd1 #d1aeff

Analogous Colors of #ffd1ae

#ffd1ae #fffaae #ffaeb4

Monochromatic Colors of #ffd1ae

#ffd1ae

Complementary Color

#ffd1ae #aedcff

#ffd1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1ae Color CSS Codes

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

#ffd1ae Text Font Color

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

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


#ffd1ae Background Color

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

This div background color is #ffd1ae


#ffd1ae Border Color

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

This div border color is #ffd1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd1ae

Related Colors


Comments

No comments written yet.

Please login to write comment.