Color Hex Logo

#faae29 Color Hex

#FAAE29
(250,174,41)
0 Favorites   0 Comments

Color spaces of #faae29

RGB 25017441
HSL0.110.950.57
HSV38°84°98°
CMYK 0.000.300.84   0.02
XYZ54.960650.75628.9980
Yxy50.75620.47910.4425
Hunter Lab71.243413.027642.3821
CIE-Lab76.531117.716072.4216

#faae29 color RGB value is (250,174,41).

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

The process color (four color CMYK) of #faae29 color hex is 0.00, 0.30, 0.84, 0.02. Web safe color of #faae29 is #ff9933. Color #faae29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 00101001
Octal 372 256 51
Decimal 250 174 41
Hex FA AE 29

RGB Percentages of Color #faae29

%53.76
%37.42
%8.82

CMYK Percentages of Color #faae29

%0
%30
%84
%2

Triadic Colors of #faae29

#faae29 #29faae #ae29fa

Analogous Colors of #faae29

#faae29 #defa29 #fa4629

Monochromatic Colors of #faae29

#faae29

Complementary Color

#faae29 #2975fa

#faae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae29 Color CSS Codes

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

#faae29 Text Font Color

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

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


#faae29 Background Color

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

This div background color is #faae29


#faae29 Border Color

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

This div border color is #faae29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae29


Comments

No comments written yet.

Please login to write comment.