Color Hex Logo

#faed51 Color Hex

#FAED51
(250,237,81)
0 Favorites   0 Comments

Color spaces of #faed51

RGB 25023781
HSL0.150.940.65
HSV55°68°98°
CMYK 0.000.050.68   0.02
XYZ71.193781.486419.7607
Yxy81.48640.41290.4725
Hunter Lab90.2698-17.193450.2099
CIE-Lab92.3477-12.930473.5722

#faed51 color RGB value is (250,237,81).

#faed51 hex color red value is 250, green value is 237 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #faed51 hue: 0.15 , saturation: 0.94 and the lightness value of faed51 is 0.65.

The process color (four color CMYK) of #faed51 color hex is 0.00, 0.05, 0.68, 0.02. Web safe color of #faed51 is #ffff66. Color #faed51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01010001
Octal 372 355 121
Decimal 250 237 81
Hex FA ED 51

RGB Percentages of Color #faed51

%44.01
%41.73
%14.26

CMYK Percentages of Color #faed51

%0
%5
%68
%2

Triadic Colors of #faed51

#faed51 #51faed #ed51fa

Analogous Colors of #faed51

#faed51 #b3fa51 #fa9951

Monochromatic Colors of #faed51

#faed51

Complementary Color

#faed51 #515efa

#faed51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed51 Color CSS Codes

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

#faed51 Text Font Color

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

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


#faed51 Background Color

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

This div background color is #faed51


#faed51 Border Color

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

This div border color is #faed51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed51


Comments

No comments written yet.

Please login to write comment.