Color Hex Logo

#fbd929 Color Hex

#FBD929
(251,217,41)
0 Favorites   0 Comments

Color spaces of #fbd929

RGB 25121741
HSL0.140.960.57
HSV50°84°98°
CMYK 0.000.140.84   0.02
XYZ64.996870.295012.2404
Yxy70.29500.44060.4765
Hunter Lab83.8421-8.345450.0335
CIE-Lab87.1413-4.066081.3045

#fbd929 color RGB value is (251,217,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00101001
Octal 373 331 51
Decimal 251 217 41
Hex FB D9 29

RGB Percentages of Color #fbd929

%49.31
%42.63
%8.06

CMYK Percentages of Color #fbd929

%0
%14
%84
%2

Triadic Colors of #fbd929

#fbd929 #29fbd9 #d929fb

Analogous Colors of #fbd929

#fbd929 #b4fb29 #fb7029

Monochromatic Colors of #fbd929

#fbd929

Complementary Color

#fbd929 #294bfb

#fbd929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd929 Color CSS Codes

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

#fbd929 Text Font Color

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

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


#fbd929 Background Color

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

This div background color is #fbd929


#fbd929 Border Color

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

This div border color is #fbd929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd929

Related Colors


Comments

No comments written yet.

Please login to write comment.