Color Hex Logo

#fbb680 Color Hex

#FBB680
(251,182,128)
0 Favorites   0 Comments

Color spaces of #fbb680

RGB 251182128
HSL0.070.940.74
HSV26°49°98°
CMYK 0.000.270.49   0.02
XYZ60.407955.523627.9554
Yxy55.52360.41980.3859
Hunter Lab74.514214.308429.9161
CIE-Lab79.341918.931337.2671

#fbb680 color RGB value is (251,182,128).

#fbb680 hex color red value is 251, green value is 182 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fbb680 hue: 0.07 , saturation: 0.94 and the lightness value of fbb680 is 0.74.

The process color (four color CMYK) of #fbb680 color hex is 0.00, 0.27, 0.49, 0.02. Web safe color of #fbb680 is #ffcc99. Color #fbb680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110110 10000000
Octal 373 266 200
Decimal 251 182 128
Hex FB B6 80

RGB Percentages of Color #fbb680

%44.74
%32.44
%22.82

CMYK Percentages of Color #fbb680

%0
%27
%49
%2

Triadic Colors of #fbb680

#fbb680 #80fbb6 #b680fb

Analogous Colors of #fbb680

#fbb680 #fbf480 #fb8088

Monochromatic Colors of #fbb680

#fbb680

Complementary Color

#fbb680 #80c5fb

#fbb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb680 Color CSS Codes

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

#fbb680 Text Font Color

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

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


#fbb680 Background Color

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

This div background color is #fbb680


#fbb680 Border Color

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

This div border color is #fbb680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb680


Comments

No comments written yet.

Please login to write comment.