Color Hex Logo

#fbef7c Color Hex

#FBEF7C
(251,239,124)
0 Favorites   0 Comments

Color spaces of #fbef7c

RGB 251239124
HSL0.150.940.74
HSV54°51°98°
CMYK 0.000.050.51   0.02
XYZ74.288383.697531.3086
Yxy83.69750.39240.4422
Hunter Lab91.4863-15.156443.7501
CIE-Lab93.3190-10.630656.4737

#fbef7c color RGB value is (251,239,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 01111100
Octal 373 357 174
Decimal 251 239 124
Hex FB EF 7C

RGB Percentages of Color #fbef7c

%40.88
%38.93
%20.20

CMYK Percentages of Color #fbef7c

%0
%5
%51
%2

Triadic Colors of #fbef7c

#fbef7c #7cfbef #ef7cfb

Analogous Colors of #fbef7c

#fbef7c #c8fb7c #fbb07c

Monochromatic Colors of #fbef7c

#fbef7c

Complementary Color

#fbef7c #7c88fb

#fbef7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbef7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbef7c Color CSS Codes

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

#fbef7c Text Font Color

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

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


#fbef7c Background Color

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

This div background color is #fbef7c


#fbef7c Border Color

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

This div border color is #fbef7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbef7c


Comments

No comments written yet.

Please login to write comment.