Color Hex Logo

#fbad22 Color Hex

#FBAD22
(251,173,34)
0 Favorites   0 Comments

Color spaces of #fbad22

RGB 25117334
HSL0.110.960.56
HSV38°86°98°
CMYK 0.000.310.86   0.02
XYZ55.016050.51198.3635
Yxy50.51190.48310.4435
Hunter Lab71.071713.799842.7731
CIE-Lab76.382418.496974.2630

#fbad22 color RGB value is (251,173,34).

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

The process color (four color CMYK) of #fbad22 color hex is 0.00, 0.31, 0.86, 0.02. Web safe color of #fbad22 is #ff9933. Color #fbad22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 00100010
Octal 373 255 42
Decimal 251 173 34
Hex FB AD 22

RGB Percentages of Color #fbad22

%54.80
%37.77
%7.42

CMYK Percentages of Color #fbad22

%0
%31
%86
%2

Triadic Colors of #fbad22

#fbad22 #22fbad #ad22fb

Analogous Colors of #fbad22

#fbad22 #ddfb22 #fb4122

Monochromatic Colors of #fbad22

#fbad22

Complementary Color

#fbad22 #2270fb

#fbad22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad22 Color CSS Codes

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

#fbad22 Text Font Color

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

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


#fbad22 Background Color

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

This div background color is #fbad22


#fbad22 Border Color

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

This div border color is #fbad22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad22

Related Colors


Comments

No comments written yet.

Please login to write comment.