Color Hex Logo

#fbea7f Color Hex

#FBEA7F
(251,234,127)
0 Favorites   0 Comments

Color spaces of #fbea7f

RGB 251234127
HSL0.140.940.74
HSV52°49°98°
CMYK 0.000.070.49   0.02
XYZ73.037280.887231.8420
Yxy80.88720.39320.4354
Hunter Lab89.9373-12.432241.9647
CIE-Lab92.0815-7.896853.5947

#fbea7f color RGB value is (251,234,127).

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

The process color (four color CMYK) of #fbea7f color hex is 0.00, 0.07, 0.49, 0.02. Web safe color of #fbea7f is #ffff66. Color #fbea7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01111111
Octal 373 352 177
Decimal 251 234 127
Hex FB EA 7F

RGB Percentages of Color #fbea7f

%41.01
%38.24
%20.75

CMYK Percentages of Color #fbea7f

%0
%7
%49
%2

Triadic Colors of #fbea7f

#fbea7f #7ffbea #ea7ffb

Analogous Colors of #fbea7f

#fbea7f #cefb7f #fbac7f

Monochromatic Colors of #fbea7f

#fbea7f

Complementary Color

#fbea7f #7f90fb

#fbea7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea7f Color CSS Codes

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

#fbea7f Text Font Color

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

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


#fbea7f Background Color

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

This div background color is #fbea7f


#fbea7f Border Color

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

This div border color is #fbea7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea7f


Comments

No comments written yet.

Please login to write comment.