Color Hex Logo

#fbf814 Color Hex

#FBF814
(251,248,20)
0 Favorites   0 Comments

Color spaces of #fbf814

RGB 25124820
HSL0.160.970.53
HSV59°92°98°
CMYK 0.000.010.92   0.02
XYZ73.477387.694513.7159
Yxy87.69450.42010.5014
Hunter Lab93.6453-23.822256.8677
CIE-Lab95.0322-19.697291.1770

#fbf814 color RGB value is (251,248,20).

#fbf814 hex color red value is 251, green value is 248 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fbf814 hue: 0.16 , saturation: 0.97 and the lightness value of fbf814 is 0.53.

The process color (four color CMYK) of #fbf814 color hex is 0.00, 0.01, 0.92, 0.02. Web safe color of #fbf814 is #ffff00. Color #fbf814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 00010100
Octal 373 370 24
Decimal 251 248 20
Hex FB F8 14

RGB Percentages of Color #fbf814

%48.36
%47.78
%3.85

CMYK Percentages of Color #fbf814

%0
%1
%92
%2

Triadic Colors of #fbf814

#fbf814 #14fbf8 #f814fb

Analogous Colors of #fbf814

#fbf814 #8bfb14 #fb8514

Monochromatic Colors of #fbf814

#fbf814

Complementary Color

#fbf814 #1417fb

#fbf814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf814 Color CSS Codes

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

#fbf814 Text Font Color

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

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


#fbf814 Background Color

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

This div background color is #fbf814


#fbf814 Border Color

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

This div border color is #fbf814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf814


Comments

No comments written yet.

Please login to write comment.