Color Hex Logo

#fbf690 Color Hex

#FBF690
(251,246,144)
0 Favorites   0 Comments

Color spaces of #fbf690

RGB 251246144
HSL0.160.930.77
HSV57°43°98°
CMYK 0.000.020.43   0.02
XYZ77.773588.434439.3560
Yxy88.43440.37830.4302
Hunter Lab94.0396-16.944541.0146
CIE-Lab95.3436-12.264649.5049

#fbf690 color RGB value is (251,246,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 10010000
Octal 373 366 220
Decimal 251 246 144
Hex FB F6 90

RGB Percentages of Color #fbf690

%39.16
%38.38
%22.46

CMYK Percentages of Color #fbf690

%0
%2
%43
%2

Triadic Colors of #fbf690

#fbf690 #90fbf6 #f690fb

Analogous Colors of #fbf690

#fbf690 #cbfb90 #fbc190

Monochromatic Colors of #fbf690

#fbf690

Complementary Color

#fbf690 #9095fb

#fbf690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf690 Color CSS Codes

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

#fbf690 Text Font Color

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

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


#fbf690 Background Color

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

This div background color is #fbf690


#fbf690 Border Color

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

This div border color is #fbf690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf690

Related Colors

#fbf690 Color Palettes


Comments

No comments written yet.

Please login to write comment.