Color Hex Logo

#faed2a Color Hex

#FAED2A
(250,237,42)
0 Favorites   0 Comments

Color spaces of #faed2a

RGB 25023742
HSL0.160.950.57
HSV56°83°98°
CMYK 0.000.050.83   0.02
XYZ70.126481.059514.1405
Yxy81.05950.42420.4903
Hunter Lab90.0330-18.524953.7111
CIE-Lab92.1582-14.394085.1978

#faed2a color RGB value is (250,237,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00101010
Octal 372 355 52
Decimal 250 237 42
Hex FA ED 2A

RGB Percentages of Color #faed2a

%47.26
%44.80
%7.94

CMYK Percentages of Color #faed2a

%0
%5
%83
%2

Triadic Colors of #faed2a

#faed2a #2afaed #ed2afa

Analogous Colors of #faed2a

#faed2a #9ffa2a #fa852a

Monochromatic Colors of #faed2a

#faed2a

Complementary Color

#faed2a #2a37fa

#faed2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed2a Color CSS Codes

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

#faed2a Text Font Color

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

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


#faed2a Background Color

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

This div background color is #faed2a


#faed2a Border Color

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

This div border color is #faed2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed2a


Comments

No comments written yet.

Please login to write comment.