Color Hex Logo

#fbbf55 Color Hex

#FBBF55
(251,191,85)
0 Favorites   0 Comments

Color spaces of #fbbf55

RGB 25119185
HSL0.110.950.66
HSV38°66°98°
CMYK 0.000.240.66   0.02
XYZ60.054258.426716.7066
Yxy58.42670.44420.4322
Hunter Lab76.43746.475940.5474
CIE-Lab80.975411.049560.1278

#fbbf55 color RGB value is (251,191,85).

#fbbf55 hex color red value is 251, green value is 191 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fbbf55 hue: 0.11 , saturation: 0.95 and the lightness value of fbbf55 is 0.66.

The process color (four color CMYK) of #fbbf55 color hex is 0.00, 0.24, 0.66, 0.02. Web safe color of #fbbf55 is #ffcc66. Color #fbbf55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 01010101
Octal 373 277 125
Decimal 251 191 85
Hex FB BF 55

RGB Percentages of Color #fbbf55

%47.63
%36.24
%16.13

CMYK Percentages of Color #fbbf55

%0
%24
%66
%2

Triadic Colors of #fbbf55

#fbbf55 #55fbbf #bf55fb

Analogous Colors of #fbbf55

#fbbf55 #e4fb55 #fb6c55

Monochromatic Colors of #fbbf55

#fbbf55

Complementary Color

#fbbf55 #5591fb

#fbbf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf55 Color CSS Codes

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

#fbbf55 Text Font Color

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

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


#fbbf55 Background Color

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

This div background color is #fbbf55


#fbbf55 Border Color

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

This div border color is #fbbf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf55


Comments

No comments written yet.

Please login to write comment.