Color Hex Logo

#faed2d Color Hex

#FAED2D
(250,237,45)
0 Favorites   0 Comments

Color spaces of #faed2d

RGB 25023745
HSL0.160.950.58
HSV56°82°98°
CMYK 0.000.050.82   0.02
XYZ70.182281.081814.4340
Yxy81.08180.42360.4893
Hunter Lab90.0454-18.455053.5278
CIE-Lab92.1681-14.316984.5189

#faed2d color RGB value is (250,237,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00101101
Octal 372 355 55
Decimal 250 237 45
Hex FA ED 2D

RGB Percentages of Color #faed2d

%46.99
%44.55
%8.46

CMYK Percentages of Color #faed2d

%0
%5
%82
%2

Triadic Colors of #faed2d

#faed2d #2dfaed #ed2dfa

Analogous Colors of #faed2d

#faed2d #a1fa2d #fa872d

Monochromatic Colors of #faed2d

#faed2d

Complementary Color

#faed2d #2d3afa

#faed2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed2d Color CSS Codes

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

#faed2d Text Font Color

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

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


#faed2d Background Color

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

This div background color is #faed2d


#faed2d Border Color

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

This div border color is #faed2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed2d


Comments

No comments written yet.

Please login to write comment.