Color Hex Logo

#fbf488 Color Hex

#FBF488
(251,244,136)
0 Favorites   0 Comments

Color spaces of #fbf488

RGB 251244136
HSL0.160.930.76
HSV56°46°98°
CMYK 0.000.030.46   0.02
XYZ76.578386.988236.0468
Yxy86.98820.38360.4358
Hunter Lab93.2675-16.658642.3723
CIE-Lab94.7333-12.042152.5631

#fbf488 color RGB value is (251,244,136).

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

The process color (four color CMYK) of #fbf488 color hex is 0.00, 0.03, 0.46, 0.02. Web safe color of #fbf488 is #ffff99. Color #fbf488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 10001000
Octal 373 364 210
Decimal 251 244 136
Hex FB F4 88

RGB Percentages of Color #fbf488

%39.78
%38.67
%21.55

CMYK Percentages of Color #fbf488

%0
%3
%46
%2

Triadic Colors of #fbf488

#fbf488 #88fbf4 #f488fb

Analogous Colors of #fbf488

#fbf488 #c9fb88 #fbbb88

Monochromatic Colors of #fbf488

#fbf488

Complementary Color

#fbf488 #888ffb

#fbf488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf488 Color CSS Codes

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

#fbf488 Text Font Color

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

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


#fbf488 Background Color

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

This div background color is #fbf488


#fbf488 Border Color

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

This div border color is #fbf488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf488

Related Colors


Comments

No comments written yet.

Please login to write comment.