Color Hex Logo

#fbadb7 Color Hex

#FBADB7
(251,173,183)
0 Favorites   0 Comments

Color spaces of #fbadb7

RGB 251173183
HSL0.980.910.83
HSV352°31°98°
CMYK 0.000.310.27   0.02
XYZ63.274553.815351.8522
Yxy53.81530.37450.3185
Hunter Lab73.358925.58419.4434
CIE-Lab78.353929.88516.4967

#fbadb7 color RGB value is (251,173,183).

#fbadb7 hex color red value is 251, green value is 173 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fbadb7 hue: 0.98 , saturation: 0.91 and the lightness value of fbadb7 is 0.83.

The process color (four color CMYK) of #fbadb7 color hex is 0.00, 0.31, 0.27, 0.02. Web safe color of #fbadb7 is #ff99cc. Color #fbadb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10110111
Octal 373 255 267
Decimal 251 173 183
Hex FB AD B7

RGB Percentages of Color #fbadb7

%41.35
%28.50
%30.15

CMYK Percentages of Color #fbadb7

%0
%31
%27
%2

Triadic Colors of #fbadb7

#fbadb7 #b7fbad #adb7fb

Analogous Colors of #fbadb7

#fbadb7 #fbcaad #fbadde

Monochromatic Colors of #fbadb7

#fbadb7

Complementary Color

#fbadb7 #adfbf1

#fbadb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadb7 Color CSS Codes

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

#fbadb7 Text Font Color

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

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


#fbadb7 Background Color

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

This div background color is #fbadb7


#fbadb7 Border Color

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

This div border color is #fbadb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadb7


Comments

No comments written yet.

Please login to write comment.