Color Hex Logo

#fabda7 Color Hex

#FABDA7
(250,189,167)
0 Favorites   0 Comments

Color spaces of #fabda7

RGB 250189167
HSL0.040.890.82
HSV16°33°98°
CMYK 0.000.240.33   0.02
XYZ64.597059.509244.6410
Yxy59.50920.38280.3527
Hunter Lab77.142214.472719.6893
CIE-Lab81.570719.040419.6473

#fabda7 color RGB value is (250,189,167).

#fabda7 hex color red value is 250, green value is 189 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #fabda7 hue: 0.04 , saturation: 0.89 and the lightness value of fabda7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10100111
Octal 372 275 247
Decimal 250 189 167
Hex FA BD A7

RGB Percentages of Color #fabda7

%41.25
%31.19
%27.56

CMYK Percentages of Color #fabda7

%0
%24
%33
%2

Triadic Colors of #fabda7

#fabda7 #a7fabd #bda7fa

Analogous Colors of #fabda7

#fabda7 #fae7a7 #faa7bb

Monochromatic Colors of #fabda7

#fabda7

Complementary Color

#fabda7 #a7e4fa

#fabda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabda7 Color CSS Codes

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

#fabda7 Text Font Color

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

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


#fabda7 Background Color

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

This div background color is #fabda7


#fabda7 Border Color

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

This div border color is #fabda7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,189,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabda7

Related Colors


Comments

No comments written yet.

Please login to write comment.