Color Hex Logo

#fbad0d Color Hex

#FBAD0D
(251,173,13)
0 Favorites   0 Comments

Color spaces of #fbad0d

RGB 25117313
HSL0.110.970.52
HSV40°95°98°
CMYK 0.000.310.95   0.02
XYZ54.799950.42547.2256
Yxy50.42540.48730.4484
Hunter Lab71.010813.481643.6746
CIE-Lab76.329618.178078.2171

#fbad0d color RGB value is (251,173,13).

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

The process color (four color CMYK) of #fbad0d color hex is 0.00, 0.31, 0.95, 0.02. Web safe color of #fbad0d is #ff9900. Color #fbad0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 00001101
Octal 373 255 15
Decimal 251 173 13
Hex FB AD D

RGB Percentages of Color #fbad0d

%57.44
%39.59
%2.97

CMYK Percentages of Color #fbad0d

%0
%31
%95
%2

Triadic Colors of #fbad0d

#fbad0d #0dfbad #ad0dfb

Analogous Colors of #fbad0d

#fbad0d #d2fb0d #fb360d

Monochromatic Colors of #fbad0d

#fbad0d

Complementary Color

#fbad0d #0d5bfb

#fbad0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad0d Color CSS Codes

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

#fbad0d Text Font Color

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

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


#fbad0d Background Color

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

This div background color is #fbad0d


#fbad0d Border Color

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

This div border color is #fbad0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad0d


Comments

No comments written yet.

Please login to write comment.