Color Hex Logo

#fbd68f Color Hex

#FBD68F
(251,214,143)
0 Favorites   0 Comments

Color spaces of #fbd68f

RGB 251214143
HSL0.110.930.77
HSV39°43°98°
CMYK 0.000.150.43   0.02
XYZ68.788270.585535.9854
Yxy70.58550.39230.4025
Hunter Lab84.0152-0.878033.4155
CIE-Lab87.28323.726339.7969

#fbd68f color RGB value is (251,214,143).

#fbd68f hex color red value is 251, green value is 214 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fbd68f hue: 0.11 , saturation: 0.93 and the lightness value of fbd68f is 0.77.

The process color (four color CMYK) of #fbd68f color hex is 0.00, 0.15, 0.43, 0.02. Web safe color of #fbd68f is #ffcc99. Color #fbd68f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 10001111
Octal 373 326 217
Decimal 251 214 143
Hex FB D6 8F

RGB Percentages of Color #fbd68f

%41.28
%35.20
%23.52

CMYK Percentages of Color #fbd68f

%0
%15
%43
%2

Triadic Colors of #fbd68f

#fbd68f #8ffbd6 #d68ffb

Analogous Colors of #fbd68f

#fbd68f #eafb8f #fba08f

Monochromatic Colors of #fbd68f

#fbd68f

Complementary Color

#fbd68f #8fb4fb

#fbd68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd68f Color CSS Codes

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

#fbd68f Text Font Color

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

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


#fbd68f Background Color

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

This div background color is #fbd68f


#fbd68f Border Color

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

This div border color is #fbd68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd68f


Comments

No comments written yet.

Please login to write comment.