Color Hex Logo

#fae781 Color Hex

#FAE781
(250,231,129)
0 Favorites   0 Comments

Color spaces of #fae781

RGB 250231129
HSL0.140.920.74
HSV51°48°98°
CMYK 0.000.080.48   0.02
XYZ71.962779.060832.2363
Yxy79.06080.39270.4314
Hunter Lab88.9161-11.137440.7459
CIE-Lab91.2618-6.620651.6357

#fae781 color RGB value is (250,231,129).

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

The process color (four color CMYK) of #fae781 color hex is 0.00, 0.08, 0.48, 0.02. Web safe color of #fae781 is #ffff99. Color #fae781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 10000001
Octal 372 347 201
Decimal 250 231 129
Hex FA E7 81

RGB Percentages of Color #fae781

%40.98
%37.87
%21.15

CMYK Percentages of Color #fae781

%0
%8
%48
%2

Triadic Colors of #fae781

#fae781 #81fae7 #e781fa

Analogous Colors of #fae781

#fae781 #d1fa81 #faab81

Monochromatic Colors of #fae781

#fae781

Complementary Color

#fae781 #8194fa

#fae781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae781 Color CSS Codes

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

#fae781 Text Font Color

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

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


#fae781 Background Color

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

This div background color is #fae781


#fae781 Border Color

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

This div border color is #fae781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae781


Comments

No comments written yet.

Please login to write comment.