Color Hex Logo

#fbd97d Color Hex

#FBD97D
(251,217,125)
0 Favorites   0 Comments

Color spaces of #fbd97d

RGB 251217125
HSL0.120.940.74
HSV44°50°98°
CMYK 0.000.140.50   0.02
XYZ68.298271.615629.6255
Yxy71.61560.40280.4224
Hunter Lab84.6260-4.035438.4822
CIE-Lab87.78320.502749.3385

#fbd97d color RGB value is (251,217,125).

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

The process color (four color CMYK) of #fbd97d color hex is 0.00, 0.14, 0.50, 0.02. Web safe color of #fbd97d is #ffcc66. Color #fbd97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01111101
Octal 373 331 175
Decimal 251 217 125
Hex FB D9 7D

RGB Percentages of Color #fbd97d

%42.33
%36.59
%21.08

CMYK Percentages of Color #fbd97d

%0
%14
%50
%2

Triadic Colors of #fbd97d

#fbd97d #7dfbd9 #d97dfb

Analogous Colors of #fbd97d

#fbd97d #defb7d #fb9a7d

Monochromatic Colors of #fbd97d

#fbd97d

Complementary Color

#fbd97d #7d9ffb

#fbd97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd97d Color CSS Codes

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

#fbd97d Text Font Color

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

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


#fbd97d Background Color

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

This div background color is #fbd97d


#fbd97d Border Color

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

This div border color is #fbd97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd97d


Comments

No comments written yet.

Please login to write comment.