color codes Logo

#fbbd0d color codes

#FBBD0D
(251,189,13)
0 Favorites   0 Comments

Color spaces of #fbbd0d

RGB 25118913
HSL0.120.970.52
HSV44°95°98°
CMYK 0.000.250.95   0.02
XYZ58.053956.93358.3103
Yxy56.93350.47080.4618
Hunter Lab75.45435.291446.2880
CIE-Lab80.14229.823780.9260

#fbbd0d color RGB value is (251,189,13).

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

The process color (four color CMYK) of #fbbd0d color code is 0.00, 0.25, 0.95, 0.02. Web safe color of #fbbd0d is #ffcc00. Color #fbbd0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 00001101
Octal 373 275 15
Decimal 251 189 13
Hex FB BD D

RGB Percentages of Color #fbbd0d

%55.41
%41.72
%2.87

CMYK Percentages of Color #fbbd0d

%0
%25
%95
%2

Triadic Colors of #fbbd0d

#fbbd0d #0dfbbd #bd0dfb

Analogous Colors of #fbbd0d

#fbbd0d #c2fb0d #fb460d

Monochromatic Colors of #fbbd0d

#fbbd0d

Complementary Color

#fbbd0d #0d4bfb

#fbbd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbd0d Color CSS Codes

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

#fbbd0d Text Font Color

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

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


#fbbd0d Background Color

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

This div background color is #fbbd0d


#fbbd0d Border Color

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

This div border color is #fbbd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbd0d

Related Colors


Comments

No comments written yet.

Please login to write comment.