Color Hex Logo

#faed1c Color Hex

#FAED1C
(250,237,28)
0 Favorites   0 Comments

Color spaces of #faed1c

RGB 25023728
HSL0.160.960.55
HSV56°89°98°
CMYK 0.000.050.89   0.02
XYZ69.918180.976213.0435
Yxy80.97620.42650.4939
Hunter Lab89.9868-18.785654.3967
CIE-Lab92.1211-14.682087.8238

#faed1c color RGB value is (250,237,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00011100
Octal 372 355 34
Decimal 250 237 28
Hex FA ED 1C

RGB Percentages of Color #faed1c

%48.54
%46.02
%5.44

CMYK Percentages of Color #faed1c

%0
%5
%89
%2

Triadic Colors of #faed1c

#faed1c #1cfaed #ed1cfa

Analogous Colors of #faed1c

#faed1c #98fa1c #fa7e1c

Monochromatic Colors of #faed1c

#faed1c

Complementary Color

#faed1c #1c29fa

#faed1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed1c Color CSS Codes

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

#faed1c Text Font Color

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

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


#faed1c Background Color

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

This div background color is #faed1c


#faed1c Border Color

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

This div border color is #faed1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed1c


Comments

No comments written yet.

Please login to write comment.