Color Hex Logo

#fbbd6b Color Hex

#FBBD6B
(251,189,107)
0 Favorites   0 Comments

Color spaces of #fbbd6b

RGB 251189107
HSL0.090.950.70
HSV34°57°98°
CMYK 0.000.250.57   0.02
XYZ60.635157.966021.9027
Yxy57.96600.43160.4126
Hunter Lab76.13548.922536.2382
CIE-Lab80.719913.530049.5724

#fbbd6b color RGB value is (251,189,107).

#fbbd6b hex color red value is 251, green value is 189 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fbbd6b hue: 0.09 , saturation: 0.95 and the lightness value of fbbd6b is 0.70.

The process color (four color CMYK) of #fbbd6b color hex is 0.00, 0.25, 0.57, 0.02. Web safe color of #fbbd6b is #ffcc66. Color #fbbd6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 01101011
Octal 373 275 153
Decimal 251 189 107
Hex FB BD 6B

RGB Percentages of Color #fbbd6b

%45.89
%34.55
%19.56

CMYK Percentages of Color #fbbd6b

%0
%25
%57
%2

Triadic Colors of #fbbd6b

#fbbd6b #6bfbbd #bd6bfb

Analogous Colors of #fbbd6b

#fbbd6b #f1fb6b #fb756b

Monochromatic Colors of #fbbd6b

#fbbd6b

Complementary Color

#fbbd6b #6ba9fb

#fbbd6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbd6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbd6b Color CSS Codes

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

#fbbd6b Text Font Color

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

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


#fbbd6b Background Color

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

This div background color is #fbbd6b


#fbbd6b Border Color

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

This div border color is #fbbd6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbd6b

Related Colors


Comments

No comments written yet.

Please login to write comment.