Color Hex Logo

#faed29 Color Hex

#FAED29
(250,237,41)
0 Favorites   0 Comments

Color spaces of #faed29

RGB 25023741
HSL0.160.950.57
HSV56°84°98°
CMYK 0.000.050.84   0.02
XYZ70.108881.052514.0474
Yxy81.05250.42440.4906
Hunter Lab90.0292-18.547053.7693
CIE-Lab92.1550-14.418385.4152

#faed29 color RGB value is (250,237,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00101001
Octal 372 355 51
Decimal 250 237 41
Hex FA ED 29

RGB Percentages of Color #faed29

%47.35
%44.89
%7.77

CMYK Percentages of Color #faed29

%0
%5
%84
%2

Triadic Colors of #faed29

#faed29 #29faed #ed29fa

Analogous Colors of #faed29

#faed29 #9ffa29 #fa8529

Monochromatic Colors of #faed29

#faed29

Complementary Color

#faed29 #2936fa

#faed29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed29 Color CSS Codes

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

#faed29 Text Font Color

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

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


#faed29 Background Color

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

This div background color is #faed29


#faed29 Border Color

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

This div border color is #faed29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed29


Comments

No comments written yet.

Please login to write comment.