Color Hex Logo

#fae929 Color Hex

#FAE929
(250,233,41)
0 Favorites   0 Comments

Color spaces of #fae929

RGB 25023341
HSL0.150.950.57
HSV55°84°98°
CMYK 0.000.070.84   0.02
XYZ68.963578.761913.6656
Yxy78.76190.42730.4880
Hunter Lab88.7479-16.601552.9939
CIE-Lab91.1265-12.458384.5657

#fae929 color RGB value is (250,233,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00101001
Octal 372 351 51
Decimal 250 233 41
Hex FA E9 29

RGB Percentages of Color #fae929

%47.71
%44.47
%7.82

CMYK Percentages of Color #fae929

%0
%7
%84
%2

Triadic Colors of #fae929

#fae929 #29fae9 #e929fa

Analogous Colors of #fae929

#fae929 #a3fa29 #fa8129

Monochromatic Colors of #fae929

#fae929

Complementary Color

#fae929 #293afa

#fae929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae929 Color CSS Codes

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

#fae929 Text Font Color

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

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


#fae929 Background Color

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

This div background color is #fae929


#fae929 Border Color

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

This div border color is #fae929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae929


Comments

No comments written yet.

Please login to write comment.