color codes Logo

#faed1d color codes

#FAED1D
(250,237,29)
0 Favorites   0 Comments

Color spaces of #faed1d

RGB 25023729
HSL0.160.960.55
HSV56°88°98°
CMYK 0.000.050.88   0.02
XYZ69.930380.981113.1076
Yxy80.98110.42640.4937
Hunter Lab89.9895-18.770354.3566
CIE-Lab92.1233-14.665187.6663

#faed1d color RGB value is (250,237,29).

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

The process color (four color CMYK) of #faed1d color code is 0.00, 0.05, 0.88, 0.02. Web safe color of #faed1d is #ffff33. Color #faed1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00011101
Octal 372 355 35
Decimal 250 237 29
Hex FA ED 1D

RGB Percentages of Color #faed1d

%48.45
%45.93
%5.62

CMYK Percentages of Color #faed1d

%0
%5
%88
%2

Triadic Colors of #faed1d

#faed1d #1dfaed #ed1dfa

Analogous Colors of #faed1d

#faed1d #99fa1d #fa7f1d

Monochromatic Colors of #faed1d

#faed1d

Complementary Color

#faed1d #1d2afa

#faed1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed1d Color CSS Codes

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

#faed1d Text Font Color

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

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


#faed1d Background Color

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

This div background color is #faed1d


#faed1d Border Color

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

This div border color is #faed1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed1d


Comments

No comments written yet.

Please login to write comment.