Color Hex Logo

#fbe48b Color Hex

#FBE48B
(251,228,139)
0 Favorites   0 Comments

Color spaces of #fbe48b

RGB 251228139
HSL0.130.930.76
HSV48°45°98°
CMYK 0.000.090.45   0.02
XYZ72.187377.860135.6499
Yxy77.86010.38870.4193
Hunter Lab88.2384-8.387337.8126
CIE-Lab90.7160-3.794646.1465

#fbe48b color RGB value is (251,228,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 10001011
Octal 373 344 213
Decimal 251 228 139
Hex FB E4 8B

RGB Percentages of Color #fbe48b

%40.61
%36.89
%22.49

CMYK Percentages of Color #fbe48b

%0
%9
%45
%2

Triadic Colors of #fbe48b

#fbe48b #8bfbe4 #e48bfb

Analogous Colors of #fbe48b

#fbe48b #dafb8b #fbac8b

Monochromatic Colors of #fbe48b

#fbe48b

Complementary Color

#fbe48b #8ba2fb

#fbe48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe48b Color CSS Codes

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

#fbe48b Text Font Color

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

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


#fbe48b Background Color

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

This div background color is #fbe48b


#fbe48b Border Color

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

This div border color is #fbe48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe48b


Comments

No comments written yet.

Please login to write comment.