Color Hex Logo

#fae496 Color Hex

#FAE496
(250,228,150)
0 Favorites   0 Comments

Color spaces of #fae496

RGB 250228150
HSL0.130.910.78
HSV47°40°98°
CMYK 0.000.090.40   0.02
XYZ72.672878.012840.0819
Yxy78.01280.38090.4089
Hunter Lab88.3249-7.700534.9215
CIE-Lab90.7857-3.074740.7760

#fae496 color RGB value is (250,228,150).

#fae496 hex color red value is 250, green value is 228 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fae496 hue: 0.13 , saturation: 0.91 and the lightness value of fae496 is 0.78.

The process color (four color CMYK) of #fae496 color hex is 0.00, 0.09, 0.40, 0.02. Web safe color of #fae496 is #ffcc99. Color #fae496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10010110
Octal 372 344 226
Decimal 250 228 150
Hex FA E4 96

RGB Percentages of Color #fae496

%39.81
%36.31
%23.89

CMYK Percentages of Color #fae496

%0
%9
%40
%2

Triadic Colors of #fae496

#fae496 #96fae4 #e496fa

Analogous Colors of #fae496

#fae496 #defa96 #fab296

Monochromatic Colors of #fae496

#fae496

Complementary Color

#fae496 #96acfa

#fae496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae496 Color CSS Codes

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

#fae496 Text Font Color

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

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


#fae496 Background Color

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

This div background color is #fae496


#fae496 Border Color

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

This div border color is #fae496


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,228,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fae496; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fae496;
  -webkit-box-shadow: 1px 1px 3px 2px #fae496;
  box-shadow:         1px 1px 3px 2px #fae496; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,228,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae496


Comments

No comments written yet.

Please login to write comment.