Color Hex Logo

#fbe491 Color Hex

#FBE491
(251,228,145)
0 Favorites   0 Comments

Color spaces of #fbe491

RGB 251228145
HSL0.130.930.78
HSV47°42°98°
CMYK 0.000.090.42   0.02
XYZ72.637978.040438.0229
Yxy78.04040.38490.4136
Hunter Lab88.3405-7.824336.3191
CIE-Lab90.7983-3.202143.2954

#fbe491 color RGB value is (251,228,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 10010001
Octal 373 344 221
Decimal 251 228 145
Hex FB E4 91

RGB Percentages of Color #fbe491

%40.22
%36.54
%23.24

CMYK Percentages of Color #fbe491

%0
%9
%42
%2

Triadic Colors of #fbe491

#fbe491 #91fbe4 #e491fb

Analogous Colors of #fbe491

#fbe491 #ddfb91 #fbaf91

Monochromatic Colors of #fbe491

#fbe491

Complementary Color

#fbe491 #91a8fb

#fbe491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe491 Color CSS Codes

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

#fbe491 Text Font Color

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

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


#fbe491 Background Color

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

This div background color is #fbe491


#fbe491 Border Color

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

This div border color is #fbe491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe491

Related Colors


Comments

No comments written yet.

Please login to write comment.