Color Hex Logo

#fbe38b Color Hex

#FBE38B
(251,227,139)
0 Favorites   0 Comments

Color spaces of #fbe38b

RGB 251227139
HSL0.130.930.76
HSV47°45°98°
CMYK 0.000.100.45   0.02
XYZ71.912977.311535.5585
Yxy77.31150.38920.4184
Hunter Lab87.9270-7.882237.5714
CIE-Lab90.4648-3.290445.8313

#fbe38b color RGB value is (251,227,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 10001011
Octal 373 343 213
Decimal 251 227 139
Hex FB E3 8B

RGB Percentages of Color #fbe38b

%40.68
%36.79
%22.53

CMYK Percentages of Color #fbe38b

%0
%10
%45
%2

Triadic Colors of #fbe38b

#fbe38b #8bfbe3 #e38bfb

Analogous Colors of #fbe38b

#fbe38b #dbfb8b #fbab8b

Monochromatic Colors of #fbe38b

#fbe38b

Complementary Color

#fbe38b #8ba3fb

#fbe38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe38b Color CSS Codes

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

#fbe38b Text Font Color

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

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


#fbe38b Background Color

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

This div background color is #fbe38b


#fbe38b Border Color

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

This div border color is #fbe38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe38b


Comments

No comments written yet.

Please login to write comment.