Color Hex Logo

#fbd98d Color Hex

#FBD98D
(251,217,141)
0 Favorites   0 Comments

Color spaces of #fbd98d

RGB 251217141
HSL0.120.930.77
HSV41°44°98°
CMYK 0.000.140.44   0.02
XYZ69.404272.058035.4499
Yxy72.05800.39230.4073
Hunter Lab84.8870-2.609434.6606
CIE-Lab87.99651.987941.7160

#fbd98d color RGB value is (251,217,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 10001101
Octal 373 331 215
Decimal 251 217 141
Hex FB D9 8D

RGB Percentages of Color #fbd98d

%41.22
%35.63
%23.15

CMYK Percentages of Color #fbd98d

%0
%14
%44
%2

Triadic Colors of #fbd98d

#fbd98d #8dfbd9 #d98dfb

Analogous Colors of #fbd98d

#fbd98d #e6fb8d #fba28d

Monochromatic Colors of #fbd98d

#fbd98d

Complementary Color

#fbd98d #8daffb

#fbd98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd98d Color CSS Codes

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

#fbd98d Text Font Color

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

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


#fbd98d Background Color

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

This div background color is #fbd98d


#fbd98d Border Color

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

This div border color is #fbd98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd98d


Comments

No comments written yet.

Please login to write comment.