Color Hex Logo

#fbf08d Color Hex

#FBF08D
(251,240,141)
0 Favorites   0 Comments

Color spaces of #fbf08d

RGB 251240141
HSL0.150.930.77
HSV54°44°98°
CMYK 0.000.040.44   0.02
XYZ75.751584.752537.5656
Yxy84.75250.38240.4279
Hunter Lab92.0611-14.230240.2495
CIE-Lab93.7764-9.598048.9968

#fbf08d color RGB value is (251,240,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 10001101
Octal 373 360 215
Decimal 251 240 141
Hex FB F0 8D

RGB Percentages of Color #fbf08d

%39.72
%37.97
%22.31

CMYK Percentages of Color #fbf08d

%0
%4
%44
%2

Triadic Colors of #fbf08d

#fbf08d #8dfbf0 #f08dfb

Analogous Colors of #fbf08d

#fbf08d #cffb8d #fbb98d

Monochromatic Colors of #fbf08d

#fbf08d

Complementary Color

#fbf08d #8d98fb

#fbf08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf08d Color CSS Codes

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

#fbf08d Text Font Color

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

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


#fbf08d Background Color

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

This div background color is #fbf08d


#fbf08d Border Color

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

This div border color is #fbf08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf08d

Related Colors


Comments

No comments written yet.

Please login to write comment.