Color Hex Logo

#fbe48e Color Hex

#FBE48E
(251,228,142)
0 Favorites   0 Comments

Color spaces of #fbe48e

RGB 251228142
HSL0.130.930.77
HSV47°43°98°
CMYK 0.000.090.43   0.02
XYZ72.409577.949036.8205
Yxy77.94900.38680.4164
Hunter Lab88.2887-8.109537.0754
CIE-Lab90.7566-3.502044.7240

#fbe48e color RGB value is (251,228,142).

#fbe48e hex color red value is 251, green value is 228 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fbe48e hue: 0.13 , saturation: 0.93 and the lightness value of fbe48e is 0.77.

The process color (four color CMYK) of #fbe48e color hex is 0.00, 0.09, 0.43, 0.02. Web safe color of #fbe48e is #ffcc99. Color #fbe48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 10001110
Octal 373 344 216
Decimal 251 228 142
Hex FB E4 8E

RGB Percentages of Color #fbe48e

%40.42
%36.71
%22.87

CMYK Percentages of Color #fbe48e

%0
%9
%43
%2

Triadic Colors of #fbe48e

#fbe48e #8efbe4 #e48efb

Analogous Colors of #fbe48e

#fbe48e #dcfb8e #fbae8e

Monochromatic Colors of #fbe48e

#fbe48e

Complementary Color

#fbe48e #8ea5fb

#fbe48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe48e Color CSS Codes

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

#fbe48e Text Font Color

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

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


#fbe48e Background Color

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

This div background color is #fbe48e


#fbe48e Border Color

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

This div border color is #fbe48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe48e

Related Colors


Comments

No comments written yet.

Please login to write comment.