Color Hex Logo

#fbd840 Color Hex

#FBD840
(251,216,64)
0 Favorites   0 Comments

Color spaces of #fbd840

RGB 25121664
HSL0.140.960.62
HSV49°75°98°
CMYK 0.000.140.75   0.02
XYZ65.264969.991114.9203
Yxy69.99110.43460.4661
Hunter Lab83.6607-7.155847.9885
CIE-Lab86.9925-2.819674.4629

#fbd840 color RGB value is (251,216,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01000000
Octal 373 330 100
Decimal 251 216 64
Hex FB D8 40

RGB Percentages of Color #fbd840

%47.27
%40.68
%12.05

CMYK Percentages of Color #fbd840

%0
%14
%75
%2

Triadic Colors of #fbd840

#fbd840 #40fbd8 #d840fb

Analogous Colors of #fbd840

#fbd840 #c1fb40 #fb7b40

Monochromatic Colors of #fbd840

#fbd840

Complementary Color

#fbd840 #4063fb

#fbd840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd840 Color CSS Codes

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

#fbd840 Text Font Color

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

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


#fbd840 Background Color

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

This div background color is #fbd840


#fbd840 Border Color

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

This div border color is #fbd840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd840

Related Colors


Comments

No comments written yet.

Please login to write comment.