Color Hex Logo

#fbdf6f Color Hex

#FBDF6F
(251,223,111)
0 Favorites   0 Comments

Color spaces of #fbdf6f

RGB 251223111
HSL0.130.950.71
HSV48°56°98°
CMYK 0.000.110.56   0.02
XYZ69.040674.432325.7670
Yxy74.43230.40790.4398
Hunter Lab86.2742-8.135842.6841
CIE-Lab89.1264-3.670057.5444

#fbdf6f color RGB value is (251,223,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01101111
Octal 373 337 157
Decimal 251 223 111
Hex FB DF 6F

RGB Percentages of Color #fbdf6f

%42.91
%38.12
%18.97

CMYK Percentages of Color #fbdf6f

%0
%11
%56
%2

Triadic Colors of #fbdf6f

#fbdf6f #6ffbdf #df6ffb

Analogous Colors of #fbdf6f

#fbdf6f #d1fb6f #fb996f

Monochromatic Colors of #fbdf6f

#fbdf6f

Complementary Color

#fbdf6f #6f8bfb

#fbdf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf6f Color CSS Codes

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

#fbdf6f Text Font Color

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

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


#fbdf6f Background Color

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

This div background color is #fbdf6f


#fbdf6f Border Color

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

This div border color is #fbdf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf6f


Comments

No comments written yet.

Please login to write comment.