Color Hex Logo

#fae927 Color Hex

#FAE927
(250,233,39)
0 Favorites   0 Comments

Color spaces of #fae927

RGB 25023339
HSL0.150.950.57
HSV55°84°98°
CMYK 0.000.070.84   0.02
XYZ68.929578.748313.4864
Yxy78.74830.42770.4886
Hunter Lab88.7402-16.644553.1075
CIE-Lab91.1203-12.505584.9947

#fae927 color RGB value is (250,233,39).

#fae927 hex color red value is 250, green value is 233 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #fae927 hue: 0.15 , saturation: 0.95 and the lightness value of fae927 is 0.57.

The process color (four color CMYK) of #fae927 color hex is 0.00, 0.07, 0.84, 0.02. Web safe color of #fae927 is #ffff33. Color #fae927 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00100111
Octal 372 351 47
Decimal 250 233 39
Hex FA E9 27

RGB Percentages of Color #fae927

%47.89
%44.64
%7.47

CMYK Percentages of Color #fae927

%0
%7
%84
%2

Triadic Colors of #fae927

#fae927 #27fae9 #e927fa

Analogous Colors of #fae927

#fae927 #a2fa27 #fa8027

Monochromatic Colors of #fae927

#fae927

Complementary Color

#fae927 #2738fa

#fae927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae927 Color CSS Codes

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

#fae927 Text Font Color

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

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


#fae927 Background Color

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

This div background color is #fae927


#fae927 Border Color

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

This div border color is #fae927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae927

#fae927 Color Palettes


Comments

No comments written yet.

Please login to write comment.