Color Hex Logo

#fbd97e Color Hex

#FBD97E
(251,217,126)
0 Favorites   0 Comments

Color spaces of #fbd97e

RGB 251217126
HSL0.120.940.74
HSV44°50°98°
CMYK 0.000.140.50   0.02
XYZ68.362471.641329.9637
Yxy71.64130.40220.4215
Hunter Lab84.6412-3.952438.2597
CIE-Lab87.79560.589448.8687

#fbd97e color RGB value is (251,217,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01111110
Octal 373 331 176
Decimal 251 217 126
Hex FB D9 7E

RGB Percentages of Color #fbd97e

%42.26
%36.53
%21.21

CMYK Percentages of Color #fbd97e

%0
%14
%50
%2

Triadic Colors of #fbd97e

#fbd97e #7efbd9 #d97efb

Analogous Colors of #fbd97e

#fbd97e #dffb7e #fb9b7e

Monochromatic Colors of #fbd97e

#fbd97e

Complementary Color

#fbd97e #7ea0fb

#fbd97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd97e Color CSS Codes

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

#fbd97e Text Font Color

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

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


#fbd97e Background Color

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

This div background color is #fbd97e


#fbd97e Border Color

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

This div border color is #fbd97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd97e


Comments

No comments written yet.

Please login to write comment.