Color Hex Logo

#fbf29b Color Hex

#FBF29B
(251,242,155)
0 Favorites   0 Comments

Color spaces of #fbf29b

RGB 251242155
HSL0.150.920.80
HSV54°38°98°
CMYK 0.000.040.38   0.02
XYZ77.452286.380043.6012
Yxy86.38000.37340.4164
Hunter Lab92.9408-13.893637.2440
CIE-Lab94.4746-9.164043.0581

#fbf29b color RGB value is (251,242,155).

#fbf29b hex color red value is 251, green value is 242 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fbf29b hue: 0.15 , saturation: 0.92 and the lightness value of fbf29b is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 10011011
Octal 373 362 233
Decimal 251 242 155
Hex FB F2 9B

RGB Percentages of Color #fbf29b

%38.73
%37.35
%23.92

CMYK Percentages of Color #fbf29b

%0
%4
%38
%2

Triadic Colors of #fbf29b

#fbf29b #9bfbf2 #f29bfb

Analogous Colors of #fbf29b

#fbf29b #d4fb9b #fbc29b

Monochromatic Colors of #fbf29b

#fbf29b

Complementary Color

#fbf29b #9ba4fb

#fbf29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf29b Color CSS Codes

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

#fbf29b Text Font Color

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

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


#fbf29b Background Color

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

This div background color is #fbf29b


#fbf29b Border Color

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

This div border color is #fbf29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf29b


Comments

No comments written yet.

Please login to write comment.