Color Hex Logo

#fbd68d Color Hex

#FBD68D
(251,214,141)
0 Favorites   0 Comments

Color spaces of #fbd68d

RGB 251214141
HSL0.110.930.77
HSV40°44°98°
CMYK 0.000.150.44   0.02
XYZ68.637970.525535.1945
Yxy70.52550.39370.4045
Hunter Lab83.9795-1.072833.9381
CIE-Lab87.25403.525340.7669

#fbd68d color RGB value is (251,214,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 10001101
Octal 373 326 215
Decimal 251 214 141
Hex FB D6 8D

RGB Percentages of Color #fbd68d

%41.42
%35.31
%23.27

CMYK Percentages of Color #fbd68d

%0
%15
%44
%2

Triadic Colors of #fbd68d

#fbd68d #8dfbd6 #d68dfb

Analogous Colors of #fbd68d

#fbd68d #e9fb8d #fb9f8d

Monochromatic Colors of #fbd68d

#fbd68d

Complementary Color

#fbd68d #8db2fb

#fbd68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd68d Color CSS Codes

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

#fbd68d Text Font Color

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

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


#fbd68d Background Color

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

This div background color is #fbd68d


#fbd68d Border Color

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

This div border color is #fbd68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd68d


Comments

No comments written yet.

Please login to write comment.