Color Hex Logo

#faee80 Color Hex

#FAEE80
(250,238,128)
1 Favorites   0 Comments

Color spaces of #faee80

RGB 250238128
HSL0.150.920.74
HSV54°49°98°
CMYK 0.000.050.49   0.02
XYZ73.895283.031632.5541
Yxy83.03160.39000.4382
Hunter Lab91.1217-14.708242.6032
CIE-Lab93.0283-10.191554.2447

#faee80 color RGB value is (250,238,128).

#faee80 hex color red value is 250, green value is 238 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #faee80 hue: 0.15 , saturation: 0.92 and the lightness value of faee80 is 0.74.

The process color (four color CMYK) of #faee80 color hex is 0.00, 0.05, 0.49, 0.02. Web safe color of #faee80 is #ffff99. Color #faee80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 10000000
Octal 372 356 200
Decimal 250 238 128
Hex FA EE 80

RGB Percentages of Color #faee80

%40.58
%38.64
%20.78

CMYK Percentages of Color #faee80

%0
%5
%49
%2

Triadic Colors of #faee80

#faee80 #80faee #ee80fa

Analogous Colors of #faee80

#faee80 #c9fa80 #fab180

Monochromatic Colors of #faee80

#faee80

Complementary Color

#faee80 #808cfa

#faee80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee80 Color CSS Codes

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

#faee80 Text Font Color

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

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


#faee80 Background Color

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

This div background color is #faee80


#faee80 Border Color

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

This div border color is #faee80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee80

Related Colors


Comments

No comments written yet.

Please login to write comment.