Color Hex Logo

#fbdd32 Color Hex

#FBDD32
(251,221,50)
0 Favorites   0 Comments

Color spaces of #fbdd32

RGB 25122150
HSL0.140.960.59
HSV51°80°98°
CMYK 0.000.120.80   0.02
XYZ66.215872.452413.5124
Yxy72.45240.43510.4761
Hunter Lab85.1190-10.099450.1712
CIE-Lab88.1859-5.831579.8714

#fbdd32 color RGB value is (251,221,50).

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

The process color (four color CMYK) of #fbdd32 color hex is 0.00, 0.12, 0.80, 0.02. Web safe color of #fbdd32 is #ffcc33. Color #fbdd32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 00110010
Octal 373 335 62
Decimal 251 221 50
Hex FB DD 32

RGB Percentages of Color #fbdd32

%48.08
%42.34
%9.58

CMYK Percentages of Color #fbdd32

%0
%12
%80
%2

Triadic Colors of #fbdd32

#fbdd32 #32fbdd #dd32fb

Analogous Colors of #fbdd32

#fbdd32 #b5fb32 #fb7932

Monochromatic Colors of #fbdd32

#fbdd32

Complementary Color

#fbdd32 #3250fb

#fbdd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd32 Color CSS Codes

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

#fbdd32 Text Font Color

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

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


#fbdd32 Background Color

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

This div background color is #fbdd32


#fbdd32 Border Color

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

This div border color is #fbdd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd32


Comments

No comments written yet.

Please login to write comment.