Color Hex Logo

#fbba2d Color Hex

#FBBA2D
(251,186,45)
0 Favorites   0 Comments

Color spaces of #fbba2d

RGB 25118645
HSL0.110.960.58
HSV41°82°98°
CMYK 0.000.260.82   0.02
XYZ57.816255.816510.2090
Yxy55.81650.46690.4507
Hunter Lab74.71047.392644.1955
CIE-Lab79.509311.972073.8115

#fbba2d color RGB value is (251,186,45).

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

The process color (four color CMYK) of #fbba2d color hex is 0.00, 0.26, 0.82, 0.02. Web safe color of #fbba2d is #ffcc33. Color #fbba2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 00101101
Octal 373 272 55
Decimal 251 186 45
Hex FB BA 2D

RGB Percentages of Color #fbba2d

%52.07
%38.59
%9.34

CMYK Percentages of Color #fbba2d

%0
%26
%82
%2

Triadic Colors of #fbba2d

#fbba2d #2dfbba #ba2dfb

Analogous Colors of #fbba2d

#fbba2d #d5fb2d #fb532d

Monochromatic Colors of #fbba2d

#fbba2d

Complementary Color

#fbba2d #2d6efb

#fbba2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba2d Color CSS Codes

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

#fbba2d Text Font Color

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

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


#fbba2d Background Color

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

This div background color is #fbba2d


#fbba2d Border Color

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

This div border color is #fbba2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba2d


Comments

No comments written yet.

Please login to write comment.