Color Hex Logo

#ffe7ae Color Hex

#FFE7AE
(255,231,174)
0 Favorites   0 Comments

Color spaces of #ffe7ae

RGB 255231174
HSL0.121.000.84
HSV42°32°100°
CMYK 0.000.090.32   0.00
XYZ77.455981.467851.6869
Yxy81.46780.36780.3868
Hunter Lab90.2595-4.775029.2294
CIE-Lab92.33950.046630.7758

#ffe7ae color RGB value is (255,231,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100111 10101110
Octal 377 347 256
Decimal 255 231 174
Hex FF E7 AE

RGB Percentages of Color #ffe7ae

%38.64
%35.00
%26.36

CMYK Percentages of Color #ffe7ae

%0
%9
%32
%0

Triadic Colors of #ffe7ae

#ffe7ae #aeffe7 #e7aeff

Analogous Colors of #ffe7ae

#ffe7ae #efffae #ffbfae

Monochromatic Colors of #ffe7ae

#ffe7ae

Complementary Color

#ffe7ae #aec6ff

#ffe7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe7ae Color CSS Codes

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

#ffe7ae Text Font Color

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

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


#ffe7ae Background Color

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

This div background color is #ffe7ae


#ffe7ae Border Color

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

This div border color is #ffe7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe7ae

Related Colors

#ffe7ae Color Palettes


Comments

No comments written yet.

Please login to write comment.