Color Hex Logo

#fae290 Color Hex

#FAE290
(250,226,144)
0 Favorites   0 Comments

Color spaces of #fae290

RGB 250226144
HSL0.130.910.77
HSV46°42°98°
CMYK 0.000.100.42   0.02
XYZ71.654776.730337.4194
Yxy76.73030.38560.4130
Hunter Lab87.5958-7.277035.9894
CIE-Lab90.1973-2.683543.0083

#fae290 color RGB value is (250,226,144).

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

The process color (four color CMYK) of #fae290 color hex is 0.00, 0.10, 0.42, 0.02. Web safe color of #fae290 is #ffcc99. Color #fae290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10010000
Octal 372 342 220
Decimal 250 226 144
Hex FA E2 90

RGB Percentages of Color #fae290

%40.32
%36.45
%23.23

CMYK Percentages of Color #fae290

%0
%10
%42
%2

Triadic Colors of #fae290

#fae290 #90fae2 #e290fa

Analogous Colors of #fae290

#fae290 #ddfa90 #faad90

Monochromatic Colors of #fae290

#fae290

Complementary Color

#fae290 #90a8fa

#fae290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae290 Color CSS Codes

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

#fae290 Text Font Color

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

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


#fae290 Background Color

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

This div background color is #fae290


#fae290 Border Color

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

This div border color is #fae290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae290

#fae290 Color Palettes


Comments

No comments written yet.

Please login to write comment.