Color Hex Logo

#fbe191 Color Hex

#FBE191
(251,225,145)
0 Favorites   0 Comments

Color spaces of #fbe191

RGB 251225145
HSL0.130.930.78
HSV45°42°98°
CMYK 0.000.100.42   0.02
XYZ71.819776.404037.7502
Yxy76.40400.38620.4108
Hunter Lab87.4094-6.302335.5805
CIE-Lab90.0466-1.684742.3368

#fbe191 color RGB value is (251,225,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 10010001
Octal 373 341 221
Decimal 251 225 145
Hex FB E1 91

RGB Percentages of Color #fbe191

%40.42
%36.23
%23.35

CMYK Percentages of Color #fbe191

%0
%10
%42
%2

Triadic Colors of #fbe191

#fbe191 #91fbe1 #e191fb

Analogous Colors of #fbe191

#fbe191 #e0fb91 #fbac91

Monochromatic Colors of #fbe191

#fbe191

Complementary Color

#fbe191 #91abfb

#fbe191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe191 Color CSS Codes

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

#fbe191 Text Font Color

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

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


#fbe191 Background Color

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

This div background color is #fbe191


#fbe191 Border Color

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

This div border color is #fbe191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe191


Comments

No comments written yet.

Please login to write comment.