Color Hex Logo

#fabda0 Color Hex

#FABDA0
(250,189,160)
0 Favorites   0 Comments

Color spaces of #fabda0

RGB 250189160
HSL0.050.900.80
HSV19°36°98°
CMYK 0.000.240.36   0.02
XYZ63.967159.257341.3241
Yxy59.25730.38870.3601
Hunter Lab76.978813.615422.0568
CIE-Lab81.432818.201123.1846

#fabda0 color RGB value is (250,189,160).

#fabda0 hex color red value is 250, green value is 189 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fabda0 hue: 0.05 , saturation: 0.90 and the lightness value of fabda0 is 0.80.

The process color (four color CMYK) of #fabda0 color hex is 0.00, 0.24, 0.36, 0.02. Web safe color of #fabda0 is #ffcc99. Color #fabda0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10100000
Octal 372 275 240
Decimal 250 189 160
Hex FA BD A0

RGB Percentages of Color #fabda0

%41.74
%31.55
%26.71

CMYK Percentages of Color #fabda0

%0
%24
%36
%2

Triadic Colors of #fabda0

#fabda0 #a0fabd #bda0fa

Analogous Colors of #fabda0

#fabda0 #faeaa0 #faa0b0

Monochromatic Colors of #fabda0

#fabda0

Complementary Color

#fabda0 #a0ddfa

#fabda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabda0 Color CSS Codes

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

#fabda0 Text Font Color

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

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


#fabda0 Background Color

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

This div background color is #fabda0


#fabda0 Border Color

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

This div border color is #fabda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabda0


Comments

No comments written yet.

Please login to write comment.