Color Hex Logo

#fbbe55 Color Hex

#FBBE55
(251,190,85)
0 Favorites   0 Comments

Color spaces of #fbbe55

RGB 25119085
HSL0.110.950.66
HSV38°66°98°
CMYK 0.000.240.66   0.02
XYZ59.836857.992016.6342
Yxy57.99200.44500.4313
Hunter Lab76.15256.989540.3559
CIE-Lab80.734311.570459.8670

#fbbe55 color RGB value is (251,190,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 01010101
Octal 373 276 125
Decimal 251 190 85
Hex FB BE 55

RGB Percentages of Color #fbbe55

%47.72
%36.12
%16.16

CMYK Percentages of Color #fbbe55

%0
%24
%66
%2

Triadic Colors of #fbbe55

#fbbe55 #55fbbe #be55fb

Analogous Colors of #fbbe55

#fbbe55 #e5fb55 #fb6b55

Monochromatic Colors of #fbbe55

#fbbe55

Complementary Color

#fbbe55 #5592fb

#fbbe55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbe55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbe55 Color CSS Codes

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

#fbbe55 Text Font Color

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

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


#fbbe55 Background Color

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

This div background color is #fbbe55


#fbbe55 Border Color

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

This div border color is #fbbe55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,190,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 #fbbe55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbe55

Related Colors


Comments

No comments written yet.

Please login to write comment.