Color Hex Logo

#fbea7e Color Hex

#FBEA7E
(251,234,126)
0 Favorites   0 Comments

Color spaces of #fbea7e

RGB 251234126
HSL0.140.940.74
HSV52°50°98°
CMYK 0.000.070.50   0.02
XYZ72.972480.861231.5004
Yxy80.86120.39370.4363
Hunter Lab89.9229-12.512242.1764
CIE-Lab92.0699-7.982454.0511

#fbea7e color RGB value is (251,234,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01111110
Octal 373 352 176
Decimal 251 234 126
Hex FB EA 7E

RGB Percentages of Color #fbea7e

%41.08
%38.30
%20.62

CMYK Percentages of Color #fbea7e

%0
%7
%50
%2

Triadic Colors of #fbea7e

#fbea7e #7efbea #ea7efb

Analogous Colors of #fbea7e

#fbea7e #cefb7e #fbac7e

Monochromatic Colors of #fbea7e

#fbea7e

Complementary Color

#fbea7e #7e8ffb

#fbea7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea7e Color CSS Codes

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

#fbea7e Text Font Color

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

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


#fbea7e Background Color

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

This div background color is #fbea7e


#fbea7e Border Color

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

This div border color is #fbea7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea7e


Comments

No comments written yet.

Please login to write comment.