Color Hex Logo

#fbd33a Color Hex

#FBD33A
(251,211,58)
0 Favorites   0 Comments

Color spaces of #fbd33a

RGB 25121158
HSL0.130.960.61
HSV48°77°98°
CMYK 0.000.160.77   0.02
XYZ63.841667.403213.6483
Yxy67.40320.44060.4652
Hunter Lab82.0995-4.870147.6132
CIE-Lab85.7072-0.509575.2644

#fbd33a color RGB value is (251,211,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00111010
Octal 373 323 72
Decimal 251 211 58
Hex FB D3 3A

RGB Percentages of Color #fbd33a

%48.27
%40.58
%11.15

CMYK Percentages of Color #fbd33a

%0
%16
%77
%2

Triadic Colors of #fbd33a

#fbd33a #3afbd3 #d33afb

Analogous Colors of #fbd33a

#fbd33a #c3fb3a #fb733a

Monochromatic Colors of #fbd33a

#fbd33a

Complementary Color

#fbd33a #3a62fb

#fbd33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd33a Color CSS Codes

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

#fbd33a Text Font Color

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

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


#fbd33a Background Color

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

This div background color is #fbd33a


#fbd33a Border Color

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

This div border color is #fbd33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd33a

Related Colors


Comments

No comments written yet.

Please login to write comment.