Color Hex Logo

#fbe47a Color Hex

#FBE47A
(251,228,122)
0 Favorites   0 Comments

Color spaces of #fbe47a

RGB 251228122
HSL0.140.940.73
HSV49°51°98°
CMYK 0.000.090.51   0.02
XYZ71.039977.401229.6081
Yxy77.40120.39900.4347
Hunter Lab87.9780-9.827341.6311
CIE-Lab90.5060-5.319054.0583

#fbe47a color RGB value is (251,228,122).

#fbe47a hex color red value is 251, green value is 228 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbe47a hue: 0.14 , saturation: 0.94 and the lightness value of fbe47a is 0.73.

The process color (four color CMYK) of #fbe47a color hex is 0.00, 0.09, 0.51, 0.02. Web safe color of #fbe47a is #ffcc66. Color #fbe47a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01111010
Octal 373 344 172
Decimal 251 228 122
Hex FB E4 7A

RGB Percentages of Color #fbe47a

%41.76
%37.94
%20.30

CMYK Percentages of Color #fbe47a

%0
%9
%51
%2

Triadic Colors of #fbe47a

#fbe47a #7afbe4 #e47afb

Analogous Colors of #fbe47a

#fbe47a #d2fb7a #fba47a

Monochromatic Colors of #fbe47a

#fbe47a

Complementary Color

#fbe47a #7a91fb

#fbe47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe47a Color CSS Codes

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

#fbe47a Text Font Color

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

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


#fbe47a Background Color

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

This div background color is #fbe47a


#fbe47a Border Color

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

This div border color is #fbe47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe47a


Comments

No comments written yet.

Please login to write comment.