Color Hex Logo

#fbf08a Color Hex

#FBF08A
(251,240,138)
0 Favorites   0 Comments

Color spaces of #fbf08a

RGB 251240138
HSL0.150.930.76
HSV54°45°98°
CMYK 0.000.040.45   0.02
XYZ75.531284.664436.4057
Yxy84.66440.38420.4306
Hunter Lab92.0133-14.497440.9508
CIE-Lab93.7383-9.883850.3900

#fbf08a color RGB value is (251,240,138).

#fbf08a hex color red value is 251, green value is 240 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fbf08a hue: 0.15 , saturation: 0.93 and the lightness value of fbf08a is 0.76.

The process color (four color CMYK) of #fbf08a color hex is 0.00, 0.04, 0.45, 0.02. Web safe color of #fbf08a is #ffff99. Color #fbf08a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 10001010
Octal 373 360 212
Decimal 251 240 138
Hex FB F0 8A

RGB Percentages of Color #fbf08a

%39.90
%38.16
%21.94

CMYK Percentages of Color #fbf08a

%0
%4
%45
%2

Triadic Colors of #fbf08a

#fbf08a #8afbf0 #f08afb

Analogous Colors of #fbf08a

#fbf08a #cefb8a #fbb88a

Monochromatic Colors of #fbf08a

#fbf08a

Complementary Color

#fbf08a #8a95fb

#fbf08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf08a Color CSS Codes

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

#fbf08a Text Font Color

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

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


#fbf08a Background Color

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

This div background color is #fbf08a


#fbf08a Border Color

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

This div border color is #fbf08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf08a

Related Colors


Comments

No comments written yet.

Please login to write comment.