Color Hex Logo

#fbb455 Color Hex

#FBB455
(251,180,85)
0 Favorites   0 Comments

Color spaces of #fbb455

RGB 25118085
HSL0.100.950.66
HSV34°66°98°
CMYK 0.000.280.66   0.02
XYZ57.744653.807615.9368
Yxy53.80760.45290.4221
Hunter Lab73.353712.147738.4662
CIE-Lab78.349416.796457.2707

#fbb455 color RGB value is (251,180,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 01010101
Octal 373 264 125
Decimal 251 180 85
Hex FB B4 55

RGB Percentages of Color #fbb455

%48.64
%34.88
%16.47

CMYK Percentages of Color #fbb455

%0
%28
%66
%2

Triadic Colors of #fbb455

#fbb455 #55fbb4 #b455fb

Analogous Colors of #fbb455

#fbb455 #effb55 #fb6155

Monochromatic Colors of #fbb455

#fbb455

Complementary Color

#fbb455 #559cfb

#fbb455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb455 Color CSS Codes

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

#fbb455 Text Font Color

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

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


#fbb455 Background Color

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

This div background color is #fbb455


#fbb455 Border Color

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

This div border color is #fbb455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb455


Comments

No comments written yet.

Please login to write comment.