Color Hex Logo

#fbb95f Color Hex

#FBB95F
(251,185,95)
0 Favorites   0 Comments

Color spaces of #fbb95f

RGB 25118595
HSL0.100.950.68
HSV35°62°98°
CMYK 0.000.260.62   0.02
XYZ59.198256.033418.5219
Yxy56.03340.44260.4189
Hunter Lab74.855510.166737.7284
CIE-Lab79.632814.788454.0675

#fbb95f color RGB value is (251,185,95).

#fbb95f hex color red value is 251, green value is 185 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fbb95f hue: 0.10 , saturation: 0.95 and the lightness value of fbb95f is 0.68.

The process color (four color CMYK) of #fbb95f color hex is 0.00, 0.26, 0.62, 0.02. Web safe color of #fbb95f is #ffcc66. Color #fbb95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 01011111
Octal 373 271 137
Decimal 251 185 95
Hex FB B9 5F

RGB Percentages of Color #fbb95f

%47.27
%34.84
%17.89

CMYK Percentages of Color #fbb95f

%0
%26
%62
%2

Triadic Colors of #fbb95f

#fbb95f #5ffbb9 #b95ffb

Analogous Colors of #fbb95f

#fbb95f #effb5f #fb6b5f

Monochromatic Colors of #fbb95f

#fbb95f

Complementary Color

#fbb95f #5fa1fb

#fbb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb95f Color CSS Codes

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

#fbb95f Text Font Color

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

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


#fbb95f Background Color

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

This div background color is #fbb95f


#fbb95f Border Color

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

This div border color is #fbb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb95f


Comments

No comments written yet.

Please login to write comment.