Color Hex Logo

#fbad54 Color Hex

#FBAD54
(251,173,84)
0 Favorites   0 Comments

Color spaces of #fbad54

RGB 25117384
HSL0.090.950.66
HSV32°67°98°
CMYK 0.000.310.67   0.02
XYZ56.327551.036515.2697
Yxy51.03650.45930.4162
Hunter Lab71.439815.720537.3351
CIE-Lab76.701120.408255.9204

#fbad54 color RGB value is (251,173,84).

#fbad54 hex color red value is 251, green value is 173 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fbad54 hue: 0.09 , saturation: 0.95 and the lightness value of fbad54 is 0.66.

The process color (four color CMYK) of #fbad54 color hex is 0.00, 0.31, 0.67, 0.02. Web safe color of #fbad54 is #ff9966. Color #fbad54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 01010100
Octal 373 255 124
Decimal 251 173 84
Hex FB AD 54

RGB Percentages of Color #fbad54

%49.41
%34.06
%16.54

CMYK Percentages of Color #fbad54

%0
%31
%67
%2

Triadic Colors of #fbad54

#fbad54 #54fbad #ad54fb

Analogous Colors of #fbad54

#fbad54 #f6fb54 #fb5a54

Monochromatic Colors of #fbad54

#fbad54

Complementary Color

#fbad54 #54a2fb

#fbad54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad54 Color CSS Codes

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

#fbad54 Text Font Color

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

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


#fbad54 Background Color

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

This div background color is #fbad54


#fbad54 Border Color

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

This div border color is #fbad54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad54


Comments

No comments written yet.

Please login to write comment.