Color Hex Logo

#fbef1d Color Hex

#FBEF1D
(251,239,29)
0 Favorites   0 Comments

Color spaces of #fbef1d

RGB 25123929
HSL0.160.970.55
HSV57°88°98°
CMYK 0.000.050.88   0.02
XYZ70.871982.330913.3185
Yxy82.33090.42560.4944
Hunter Lab90.7364-19.366854.8127
CIE-Lab92.7207-15.223488.1695

#fbef1d color RGB value is (251,239,29).

#fbef1d hex color red value is 251, green value is 239 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fbef1d hue: 0.16 , saturation: 0.97 and the lightness value of fbef1d is 0.55.

The process color (four color CMYK) of #fbef1d color hex is 0.00, 0.05, 0.88, 0.02. Web safe color of #fbef1d is #ffff33. Color #fbef1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 00011101
Octal 373 357 35
Decimal 251 239 29
Hex FB EF 1D

RGB Percentages of Color #fbef1d

%48.36
%46.05
%5.59

CMYK Percentages of Color #fbef1d

%0
%5
%88
%2

Triadic Colors of #fbef1d

#fbef1d #1dfbef #ef1dfb

Analogous Colors of #fbef1d

#fbef1d #98fb1d #fb801d

Monochromatic Colors of #fbef1d

#fbef1d

Complementary Color

#fbef1d #1d29fb

#fbef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbef1d Color CSS Codes

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

#fbef1d Text Font Color

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

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


#fbef1d Background Color

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

This div background color is #fbef1d


#fbef1d Border Color

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

This div border color is #fbef1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbef1d


Comments

No comments written yet.

Please login to write comment.