Color Hex Logo

#fbbf6c Color Hex

#FBBF6C
(251,191,108)
0 Favorites   0 Comments

Color spaces of #fbbf6c

RGB 251191108
HSL0.100.950.70
HSV35°57°98°
CMYK 0.000.240.57   0.02
XYZ61.121258.853522.3258
Yxy58.85350.42950.4136
Hunter Lab76.71607.961536.4467
CIE-Lab81.211012.560349.6694

#fbbf6c color RGB value is (251,191,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 01101100
Octal 373 277 154
Decimal 251 191 108
Hex FB BF 6C

RGB Percentages of Color #fbbf6c

%45.64
%34.73
%19.64

CMYK Percentages of Color #fbbf6c

%0
%24
%57
%2

Triadic Colors of #fbbf6c

#fbbf6c #6cfbbf #bf6cfb

Analogous Colors of #fbbf6c

#fbbf6c #f0fb6c #fb786c

Monochromatic Colors of #fbbf6c

#fbbf6c

Complementary Color

#fbbf6c #6ca8fb

#fbbf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf6c Color CSS Codes

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

#fbbf6c Text Font Color

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

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


#fbbf6c Background Color

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

This div background color is #fbbf6c


#fbbf6c Border Color

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

This div border color is #fbbf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf6c


Comments

No comments written yet.

Please login to write comment.