Color Hex Logo

#fbef7d Color Hex

#FBEF7D
(251,239,125)
0 Favorites   0 Comments

Color spaces of #fbef7d

RGB 251239125
HSL0.150.940.74
HSV54°50°98°
CMYK 0.000.050.50   0.02
XYZ74.351883.722931.6434
Yxy83.72290.39190.4413
Hunter Lab91.5002-15.078843.5460
CIE-Lab93.3300-10.547156.0239

#fbef7d color RGB value is (251,239,125).

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

The process color (four color CMYK) of #fbef7d color hex is 0.00, 0.05, 0.50, 0.02. Web safe color of #fbef7d is #ffff66. Color #fbef7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 01111101
Octal 373 357 175
Decimal 251 239 125
Hex FB EF 7D

RGB Percentages of Color #fbef7d

%40.81
%38.86
%20.33

CMYK Percentages of Color #fbef7d

%0
%5
%50
%2

Triadic Colors of #fbef7d

#fbef7d #7dfbef #ef7dfb

Analogous Colors of #fbef7d

#fbef7d #c8fb7d #fbb07d

Monochromatic Colors of #fbef7d

#fbef7d

Complementary Color

#fbef7d #7d89fb

#fbef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbef7d Color CSS Codes

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

#fbef7d Text Font Color

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

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


#fbef7d Background Color

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

This div background color is #fbef7d


#fbef7d Border Color

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

This div border color is #fbef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbef7d

Related Colors


Comments

No comments written yet.

Please login to write comment.