Color Hex Logo

#fae983 Color Hex

#FAE983
(250,233,131)
0 Favorites   0 Comments

Color spaces of #fae983

RGB 250233131
HSL0.140.920.75
HSV51°48°98°
CMYK 0.000.070.48   0.02
XYZ72.660080.240533.1311
Yxy80.24050.39060.4313
Hunter Lab89.5771-11.970440.7749
CIE-Lab91.7927-7.441751.3289

#fae983 color RGB value is (250,233,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 10000011
Octal 372 351 203
Decimal 250 233 131
Hex FA E9 83

RGB Percentages of Color #fae983

%40.72
%37.95
%21.34

CMYK Percentages of Color #fae983

%0
%7
%48
%2

Triadic Colors of #fae983

#fae983 #83fae9 #e983fa

Analogous Colors of #fae983

#fae983 #d0fa83 #faae83

Monochromatic Colors of #fae983

#fae983

Complementary Color

#fae983 #8394fa

#fae983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae983 Color CSS Codes

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

#fae983 Text Font Color

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

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


#fae983 Background Color

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

This div background color is #fae983


#fae983 Border Color

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

This div border color is #fae983


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,233,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 #fae983">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae983


Comments

No comments written yet.

Please login to write comment.