Color Hex Logo

#fae140 Color Hex

#FAE140
(250,225,64)
0 Favorites   0 Comments

Color spaces of #fae140

RGB 25022564
HSL0.140.950.62
HSV52°74°98°
CMYK 0.000.100.74   0.02
XYZ67.275074.544615.6933
Yxy74.54460.42710.4733
Hunter Lab86.3392-12.007549.6607
CIE-Lab89.1792-7.762376.4824

#fae140 color RGB value is (250,225,64).

#fae140 hex color red value is 250, green value is 225 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fae140 hue: 0.14 , saturation: 0.95 and the lightness value of fae140 is 0.62.

The process color (four color CMYK) of #fae140 color hex is 0.00, 0.10, 0.74, 0.02. Web safe color of #fae140 is #ffcc33. Color #fae140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 01000000
Octal 372 341 100
Decimal 250 225 64
Hex FA E1 40

RGB Percentages of Color #fae140

%46.38
%41.74
%11.87

CMYK Percentages of Color #fae140

%0
%10
%74
%2

Triadic Colors of #fae140

#fae140 #40fae1 #e140fa

Analogous Colors of #fae140

#fae140 #b6fa40 #fa8440

Monochromatic Colors of #fae140

#fae140

Complementary Color

#fae140 #4059fa

#fae140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae140 Color CSS Codes

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

#fae140 Text Font Color

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

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


#fae140 Background Color

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

This div background color is #fae140


#fae140 Border Color

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

This div border color is #fae140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae140


Comments

No comments written yet.

Please login to write comment.