Color Hex Logo

#fbdd29 Color Hex

#FBDD29
(251,221,41)
0 Favorites   0 Comments

Color spaces of #fbdd29

RGB 25122141
HSL0.140.960.57
HSV51°84°98°
CMYK 0.000.120.84   0.02
XYZ66.040472.382212.5883
Yxy72.38220.43730.4793
Hunter Lab85.0777-10.327950.7817
CIE-Lab88.1522-6.078282.1414

#fbdd29 color RGB value is (251,221,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 00101001
Octal 373 335 51
Decimal 251 221 41
Hex FB DD 29

RGB Percentages of Color #fbdd29

%48.93
%43.08
%7.99

CMYK Percentages of Color #fbdd29

%0
%12
%84
%2

Triadic Colors of #fbdd29

#fbdd29 #29fbdd #dd29fb

Analogous Colors of #fbdd29

#fbdd29 #b0fb29 #fb7429

Monochromatic Colors of #fbdd29

#fbdd29

Complementary Color

#fbdd29 #2947fb

#fbdd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd29 Color CSS Codes

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

#fbdd29 Text Font Color

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

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


#fbdd29 Background Color

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

This div background color is #fbdd29


#fbdd29 Border Color

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

This div border color is #fbdd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd29

#fbdd29 Color Palettes


Comments

No comments written yet.

Please login to write comment.