Color Hex Logo

#fae384 Color Hex

#FAE384
(250,227,132)
0 Favorites   0 Comments

Color spaces of #fae384

RGB 250227132
HSL0.130.920.75
HSV48°47°98°
CMYK 0.000.090.47   0.02
XYZ71.058376.928132.9332
Yxy76.92810.39280.4252
Hunter Lab87.7087-8.876139.1336
CIE-Lab90.2885-4.342649.0039

#fae384 color RGB value is (250,227,132).

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

The process color (four color CMYK) of #fae384 color hex is 0.00, 0.09, 0.47, 0.02. Web safe color of #fae384 is #ffcc99. Color #fae384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 10000100
Octal 372 343 204
Decimal 250 227 132
Hex FA E3 84

RGB Percentages of Color #fae384

%41.05
%37.27
%21.67

CMYK Percentages of Color #fae384

%0
%9
%47
%2

Triadic Colors of #fae384

#fae384 #84fae3 #e384fa

Analogous Colors of #fae384

#fae384 #d6fa84 #faa884

Monochromatic Colors of #fae384

#fae384

Complementary Color

#fae384 #849bfa

#fae384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae384 Color CSS Codes

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

#fae384 Text Font Color

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

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


#fae384 Background Color

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

This div background color is #fae384


#fae384 Border Color

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

This div border color is #fae384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae384


Comments

No comments written yet.

Please login to write comment.