Color Hex Logo

#fbd828 Color Hex

#FBD828
(251,216,40)
0 Favorites   0 Comments

Color spaces of #fbd828

RGB 25121640
HSL0.140.960.57
HSV50°84°98°
CMYK 0.000.140.84   0.02
XYZ64.722569.774212.0640
Yxy69.77420.44160.4761
Hunter Lab83.5310-7.871649.9087
CIE-Lab86.8860-3.586081.3301

#fbd828 color RGB value is (251,216,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 00101000
Octal 373 330 50
Decimal 251 216 40
Hex FB D8 28

RGB Percentages of Color #fbd828

%49.51
%42.60
%7.89

CMYK Percentages of Color #fbd828

%0
%14
%84
%2

Triadic Colors of #fbd828

#fbd828 #28fbd8 #d828fb

Analogous Colors of #fbd828

#fbd828 #b5fb28 #fb6f28

Monochromatic Colors of #fbd828

#fbd828

Complementary Color

#fbd828 #284bfb

#fbd828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd828 Color CSS Codes

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

#fbd828 Text Font Color

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

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


#fbd828 Background Color

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

This div background color is #fbd828


#fbd828 Border Color

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

This div border color is #fbd828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd828

Related Colors


Comments

No comments written yet.

Please login to write comment.