Color Hex Logo

#fbe48d Color Hex

#FBE48D
(251,228,141)
0 Favorites   0 Comments

Color spaces of #fbe48d

RGB 251228141
HSL0.130.930.77
HSV47°44°98°
CMYK 0.000.090.44   0.02
XYZ72.334877.919136.4267
Yxy77.91910.38750.4174
Hunter Lab88.2718-8.202937.3233
CIE-Lab90.7430-3.600245.1990

#fbe48d color RGB value is (251,228,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 10001101
Octal 373 344 215
Decimal 251 228 141
Hex FB E4 8D

RGB Percentages of Color #fbe48d

%40.48
%36.77
%22.74

CMYK Percentages of Color #fbe48d

%0
%9
%44
%2

Triadic Colors of #fbe48d

#fbe48d #8dfbe4 #e48dfb

Analogous Colors of #fbe48d

#fbe48d #dbfb8d #fbad8d

Monochromatic Colors of #fbe48d

#fbe48d

Complementary Color

#fbe48d #8da4fb

#fbe48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe48d Color CSS Codes

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

#fbe48d Text Font Color

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

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


#fbe48d Background Color

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

This div background color is #fbe48d


#fbe48d Border Color

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

This div border color is #fbe48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe48d


Comments

No comments written yet.

Please login to write comment.