Color Hex Logo

#fbe47f Color Hex

#FBE47F
(251,228,127)
0 Favorites   0 Comments

Color spaces of #fbe47f

RGB 251228127
HSL0.140.940.74
HSV49°49°98°
CMYK 0.000.090.49   0.02
XYZ71.357877.528331.2822
Yxy77.52830.39610.4303
Hunter Lab88.0502-9.427440.5707
CIE-Lab90.5642-4.894351.7613

#fbe47f color RGB value is (251,228,127).

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

The process color (four color CMYK) of #fbe47f color hex is 0.00, 0.09, 0.49, 0.02. Web safe color of #fbe47f is #ffcc66. Color #fbe47f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01111111
Octal 373 344 177
Decimal 251 228 127
Hex FB E4 7F

RGB Percentages of Color #fbe47f

%41.42
%37.62
%20.96

CMYK Percentages of Color #fbe47f

%0
%9
%49
%2

Triadic Colors of #fbe47f

#fbe47f #7ffbe4 #e47ffb

Analogous Colors of #fbe47f

#fbe47f #d4fb7f #fba67f

Monochromatic Colors of #fbe47f

#fbe47f

Complementary Color

#fbe47f #7f96fb

#fbe47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe47f Color CSS Codes

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

#fbe47f Text Font Color

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

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


#fbe47f Background Color

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

This div background color is #fbe47f


#fbe47f Border Color

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

This div border color is #fbe47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe47f

Related Colors


Comments

No comments written yet.

Please login to write comment.