color codes Logo

#faad1b color codes

#FAAD1B
(250,173,27)
0 Favorites   0 Comments

Color spaces of #faad1b

RGB 25017327
HSL0.110.960.54
HSV39°89°98°
CMYK 0.000.310.89   0.02
XYZ54.565750.29037.8680
Yxy50.29030.48410.4461
Hunter Lab70.915713.243543.0628
CIE-Lab76.247117.940075.7429

#faad1b color RGB value is (250,173,27).

#faad1b hex color red value is 250, green value is 173 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #faad1b hue: 0.11 , saturation: 0.96 and the lightness value of faad1b is 0.54.

The process color (four color CMYK) of #faad1b color code is 0.00, 0.31, 0.89, 0.02. Web safe color of #faad1b is #ff9933. Color #faad1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 00011011
Octal 372 255 33
Decimal 250 173 27
Hex FA AD 1B

RGB Percentages of Color #faad1b

%55.56
%38.44
%6.00

CMYK Percentages of Color #faad1b

%0
%31
%89
%2

Triadic Colors of #faad1b

#faad1b #1bfaad #ad1bfa

Analogous Colors of #faad1b

#faad1b #d8fa1b #fa3e1b

Monochromatic Colors of #faad1b

#faad1b

Complementary Color

#faad1b #1b68fa

#faad1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad1b Color CSS Codes

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

#faad1b Text Font Color

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

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


#faad1b Background Color

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

This div background color is #faad1b


#faad1b Border Color

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

This div border color is #faad1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad1b


Comments

No comments written yet.

Please login to write comment.