Color Hex Logo

#fabd1d Color Hex

#FABD1D
(250,189,29)
0 Favorites   0 Comments

Color spaces of #fabd1d

RGB 25018929
HSL0.120.960.55
HSV43°88°98°
CMYK 0.000.240.88   0.02
XYZ57.843756.80799.0787
Yxy56.80790.46750.4591
Hunter Lab75.37105.091145.6180
CIE-Lab80.07149.616078.2659

#fabd1d color RGB value is (250,189,29).

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

The process color (four color CMYK) of #fabd1d color hex is 0.00, 0.24, 0.88, 0.02. Web safe color of #fabd1d is #ffcc33. Color #fabd1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 00011101
Octal 372 275 35
Decimal 250 189 29
Hex FA BD 1D

RGB Percentages of Color #fabd1d

%53.42
%40.38
%6.20

CMYK Percentages of Color #fabd1d

%0
%24
%88
%2

Triadic Colors of #fabd1d

#fabd1d #1dfabd #bd1dfa

Analogous Colors of #fabd1d

#fabd1d #c9fa1d #fa4f1d

Monochromatic Colors of #fabd1d

#fabd1d

Complementary Color

#fabd1d #1d5afa

#fabd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd1d Color CSS Codes

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

#fabd1d Text Font Color

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

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


#fabd1d Background Color

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

This div background color is #fabd1d


#fabd1d Border Color

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

This div border color is #fabd1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,189,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 #fabd1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd1d


Comments

No comments written yet.

Please login to write comment.