Color Hex Logo

#fbd93a Color Hex

#FBD93A
(251,217,58)
0 Favorites   0 Comments

Color spaces of #fbd93a

RGB 25121758
HSL0.140.960.61
HSV49°77°98°
CMYK 0.000.140.77   0.02
XYZ65.360270.440414.1545
Yxy70.44040.43590.4697
Hunter Lab83.9288-7.867148.7509
CIE-Lab87.2124-3.552976.6372

#fbd93a color RGB value is (251,217,58).

#fbd93a hex color red value is 251, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fbd93a hue: 0.14 , saturation: 0.96 and the lightness value of fbd93a is 0.61.

The process color (four color CMYK) of #fbd93a color hex is 0.00, 0.14, 0.77, 0.02. Web safe color of #fbd93a is #ffcc33. Color #fbd93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00111010
Octal 373 331 72
Decimal 251 217 58
Hex FB D9 3A

RGB Percentages of Color #fbd93a

%47.72
%41.25
%11.03

CMYK Percentages of Color #fbd93a

%0
%14
%77
%2

Triadic Colors of #fbd93a

#fbd93a #3afbd9 #d93afb

Analogous Colors of #fbd93a

#fbd93a #bdfb3a #fb793a

Monochromatic Colors of #fbd93a

#fbd93a

Complementary Color

#fbd93a #3a5cfb

#fbd93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd93a Color CSS Codes

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

#fbd93a Text Font Color

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

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


#fbd93a Background Color

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

This div background color is #fbd93a


#fbd93a Border Color

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

This div border color is #fbd93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd93a

Related Colors


Comments

No comments written yet.

Please login to write comment.