Color Hex Logo

#fbdf29 Color Hex

#FBDF29
(251,223,41)
0 Favorites   0 Comments

Color spaces of #fbdf29

RGB 25122341
HSL0.140.960.57
HSV52°84°98°
CMYK 0.000.110.84   0.02
XYZ66.571673.444712.7654
Yxy73.44470.43570.4807
Hunter Lab85.6999-11.316151.1584
CIE-Lab88.6594-7.079982.5610

#fbdf29 color RGB value is (251,223,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 00101001
Octal 373 337 51
Decimal 251 223 41
Hex FB DF 29

RGB Percentages of Color #fbdf29

%48.74
%43.30
%7.96

CMYK Percentages of Color #fbdf29

%0
%11
%84
%2

Triadic Colors of #fbdf29

#fbdf29 #29fbdf #df29fb

Analogous Colors of #fbdf29

#fbdf29 #aefb29 #fb7629

Monochromatic Colors of #fbdf29

#fbdf29

Complementary Color

#fbdf29 #2945fb

#fbdf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf29 Color CSS Codes

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

#fbdf29 Text Font Color

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

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


#fbdf29 Background Color

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

This div background color is #fbdf29


#fbdf29 Border Color

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

This div border color is #fbdf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf29

Related Colors


Comments

No comments written yet.

Please login to write comment.