Color Hex Logo

#faed31 Color Hex

#FAED31
(250,237,49)
0 Favorites   0 Comments

Color spaces of #faed31

RGB 25023749
HSL0.160.950.59
HSV56°80°98°
CMYK 0.000.050.80   0.02
XYZ70.262981.114114.8591
Yxy81.11410.42270.4879
Hunter Lab90.0634-18.354253.2624
CIE-Lab92.1824-14.205783.5522

#faed31 color RGB value is (250,237,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00110001
Octal 372 355 61
Decimal 250 237 49
Hex FA ED 31

RGB Percentages of Color #faed31

%46.64
%44.22
%9.14

CMYK Percentages of Color #faed31

%0
%5
%80
%2

Triadic Colors of #faed31

#faed31 #31faed #ed31fa

Analogous Colors of #faed31

#faed31 #a3fa31 #fa8931

Monochromatic Colors of #faed31

#faed31

Complementary Color

#faed31 #313efa

#faed31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed31 Color CSS Codes

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

#faed31 Text Font Color

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

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


#faed31 Background Color

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

This div background color is #faed31


#faed31 Border Color

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

This div border color is #faed31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed31


Comments

No comments written yet.

Please login to write comment.