Color Hex Logo

#faed16 Color Hex

#FAED16
(250,237,22)
0 Favorites   0 Comments

Color spaces of #faed16

RGB 25023722
HSL0.160.960.53
HSV57°91°98°
CMYK 0.000.050.91   0.02
XYZ69.853380.950312.7024
Yxy80.95030.42720.4951
Hunter Lab89.9724-18.866854.6100
CIE-Lab92.1096-14.771888.6709

#faed16 color RGB value is (250,237,22).

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

The process color (four color CMYK) of #faed16 color hex is 0.00, 0.05, 0.91, 0.02. Web safe color of #faed16 is #ffff00. Color #faed16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00010110
Octal 372 355 26
Decimal 250 237 22
Hex FA ED 16

RGB Percentages of Color #faed16

%49.12
%46.56
%4.32

CMYK Percentages of Color #faed16

%0
%5
%91
%2

Triadic Colors of #faed16

#faed16 #16faed #ed16fa

Analogous Colors of #faed16

#faed16 #95fa16 #fa7b16

Monochromatic Colors of #faed16

#faed16

Complementary Color

#faed16 #1623fa

#faed16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed16 Color CSS Codes

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

#faed16 Text Font Color

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

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


#faed16 Background Color

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

This div background color is #faed16


#faed16 Border Color

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

This div border color is #faed16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed16


Comments

No comments written yet.

Please login to write comment.