Color Hex Logo

#fbda6f Color Hex

#FBDA6F
(251,218,111)
0 Favorites   0 Comments

Color spaces of #fbda6f

RGB 251218111
HSL0.130.950.71
HSV46°56°98°
CMYK 0.000.130.56   0.02
XYZ67.724371.799725.3282
Yxy71.79970.41080.4355
Hunter Lab84.7347-5.619441.5918
CIE-Lab87.8721-1.138256.0880

#fbda6f color RGB value is (251,218,111).

#fbda6f hex color red value is 251, green value is 218 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fbda6f hue: 0.13 , saturation: 0.95 and the lightness value of fbda6f is 0.71.

The process color (four color CMYK) of #fbda6f color hex is 0.00, 0.13, 0.56, 0.02. Web safe color of #fbda6f is #ffcc66. Color #fbda6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01101111
Octal 373 332 157
Decimal 251 218 111
Hex FB DA 6F

RGB Percentages of Color #fbda6f

%43.28
%37.59
%19.14

CMYK Percentages of Color #fbda6f

%0
%13
%56
%2

Triadic Colors of #fbda6f

#fbda6f #6ffbda #da6ffb

Analogous Colors of #fbda6f

#fbda6f #d6fb6f #fb946f

Monochromatic Colors of #fbda6f

#fbda6f

Complementary Color

#fbda6f #6f90fb

#fbda6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda6f Color CSS Codes

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

#fbda6f Text Font Color

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

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


#fbda6f Background Color

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

This div background color is #fbda6f


#fbda6f Border Color

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

This div border color is #fbda6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda6f

Related Colors


Comments

No comments written yet.

Please login to write comment.