Color Hex Logo

#fbad91 Color Hex

#FBAD91
(251,173,145)
0 Favorites   0 Comments

Color spaces of #fbad91

RGB 251173145
HSL0.040.930.78
HSV16°42°98°
CMYK 0.000.310.42   0.02
XYZ59.838152.440733.7563
Yxy52.44070.40980.3591
Hunter Lab72.416020.768623.0535
CIE-Lab77.543625.326625.9207

#fbad91 color RGB value is (251,173,145).

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

The process color (four color CMYK) of #fbad91 color hex is 0.00, 0.31, 0.42, 0.02. Web safe color of #fbad91 is #ff9999. Color #fbad91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10010001
Octal 373 255 221
Decimal 251 173 145
Hex FB AD 91

RGB Percentages of Color #fbad91

%44.11
%30.40
%25.48

CMYK Percentages of Color #fbad91

%0
%31
%42
%2

Triadic Colors of #fbad91

#fbad91 #91fbad #ad91fb

Analogous Colors of #fbad91

#fbad91 #fbe291 #fb91aa

Monochromatic Colors of #fbad91

#fbad91

Complementary Color

#fbad91 #91dffb

#fbad91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad91 Color CSS Codes

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

#fbad91 Text Font Color

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

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


#fbad91 Background Color

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

This div background color is #fbad91


#fbad91 Border Color

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

This div border color is #fbad91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad91


Comments

No comments written yet.

Please login to write comment.