Color Hex Logo

#fbada0 Color Hex

#FBADA0
(251,173,160)
0 Favorites   0 Comments

Color spaces of #fbada0

RGB 251173160
HSL0.020.920.81
HSV36°98°
CMYK 0.000.310.36   0.02
XYZ61.072452.934440.2562
Yxy52.93440.39590.3431
Hunter Lab72.756022.512318.1238
CIE-Lab77.836326.991718.2418

#fbada0 color RGB value is (251,173,160).

#fbada0 hex color red value is 251, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fbada0 hue: 0.02 , saturation: 0.92 and the lightness value of fbada0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10100000
Octal 373 255 240
Decimal 251 173 160
Hex FB AD A0

RGB Percentages of Color #fbada0

%42.98
%29.62
%27.40

CMYK Percentages of Color #fbada0

%0
%31
%36
%2

Triadic Colors of #fbada0

#fbada0 #a0fbad #ada0fb

Analogous Colors of #fbada0

#fbada0 #fbdba0 #fba0c1

Monochromatic Colors of #fbada0

#fbada0

Complementary Color

#fbada0 #a0eefb

#fbada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbada0 Color CSS Codes

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

#fbada0 Text Font Color

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

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


#fbada0 Background Color

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

This div background color is #fbada0


#fbada0 Border Color

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

This div border color is #fbada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbada0

Related Colors

#fbada0 Color Palettes


Comments

No comments written yet.

Please login to write comment.