Color Hex Logo

#fbd418 Color Hex

#FBD418
(251,212,24)
0 Favorites   0 Comments

Color spaces of #fbd418

RGB 25121224
HSL0.140.970.54
HSV50°90°98°
CMYK 0.000.160.90   0.02
XYZ63.492067.662110.5779
Yxy67.66210.44800.4774
Hunter Lab82.2570-6.170249.9554
CIE-Lab85.8372-1.870983.6403

#fbd418 color RGB value is (251,212,24).

#fbd418 hex color red value is 251, green value is 212 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #fbd418 hue: 0.14 , saturation: 0.97 and the lightness value of fbd418 is 0.54.

The process color (four color CMYK) of #fbd418 color hex is 0.00, 0.16, 0.90, 0.02. Web safe color of #fbd418 is #ffcc00. Color #fbd418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 00011000
Octal 373 324 30
Decimal 251 212 24
Hex FB D4 18

RGB Percentages of Color #fbd418

%51.54
%43.53
%4.93

CMYK Percentages of Color #fbd418

%0
%16
%90
%2

Triadic Colors of #fbd418

#fbd418 #18fbd4 #d418fb

Analogous Colors of #fbd418

#fbd418 #b1fb18 #fb6318

Monochromatic Colors of #fbd418

#fbd418

Complementary Color

#fbd418 #183ffb

#fbd418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd418 Color CSS Codes

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

#fbd418 Text Font Color

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

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


#fbd418 Background Color

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

This div background color is #fbd418


#fbd418 Border Color

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

This div border color is #fbd418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd418


Comments

No comments written yet.

Please login to write comment.