Color Hex Logo

#fbe38a Color Hex

#FBE38A
(251,227,138)
0 Favorites   0 Comments

Color spaces of #fbe38a

RGB 251227138
HSL0.130.930.76
HSV47°45°98°
CMYK 0.000.100.45   0.02
XYZ71.840277.282435.1754
Yxy77.28240.38980.4193
Hunter Lab87.9104-7.973437.8137
CIE-Lab90.4514-3.386446.3047

#fbe38a color RGB value is (251,227,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 10001010
Octal 373 343 212
Decimal 251 227 138
Hex FB E3 8A

RGB Percentages of Color #fbe38a

%40.75
%36.85
%22.40

CMYK Percentages of Color #fbe38a

%0
%10
%45
%2

Triadic Colors of #fbe38a

#fbe38a #8afbe3 #e38afb

Analogous Colors of #fbe38a

#fbe38a #dbfb8a #fbab8a

Monochromatic Colors of #fbe38a

#fbe38a

Complementary Color

#fbe38a #8aa2fb

#fbe38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe38a Color CSS Codes

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

#fbe38a Text Font Color

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

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


#fbe38a Background Color

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

This div background color is #fbe38a


#fbe38a Border Color

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

This div border color is #fbe38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe38a

Related Colors


Comments

No comments written yet.

Please login to write comment.