Color Hex Logo

#fae783 Color Hex

#FAE783
(250,231,131)
0 Favorites   0 Comments

Color spaces of #fae783

RGB 250231131
HSL0.140.920.75
HSV50°48°98°
CMYK 0.000.080.48   0.02
XYZ72.097079.114532.9434
Yxy79.11450.39150.4296
Hunter Lab88.9463-10.969840.3030
CIE-Lab91.2861-6.442050.7100

#fae783 color RGB value is (250,231,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 10000011
Octal 372 347 203
Decimal 250 231 131
Hex FA E7 83

RGB Percentages of Color #fae783

%40.85
%37.75
%21.41

CMYK Percentages of Color #fae783

%0
%8
%48
%2

Triadic Colors of #fae783

#fae783 #83fae7 #e783fa

Analogous Colors of #fae783

#fae783 #d2fa83 #faac83

Monochromatic Colors of #fae783

#fae783

Complementary Color

#fae783 #8396fa

#fae783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae783 Color CSS Codes

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

#fae783 Text Font Color

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

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


#fae783 Background Color

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

This div background color is #fae783


#fae783 Border Color

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

This div border color is #fae783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae783


Comments

No comments written yet.

Please login to write comment.