Color Hex Logo

#fadb97 Color Hex

#FADB97
(250,219,151)
0 Favorites   0 Comments

Color spaces of #fadb97

RGB 250219151
HSL0.110.910.79
HSV41°40°98°
CMYK 0.000.120.40   0.02
XYZ70.341873.221439.7039
Yxy73.22140.38380.3995
Hunter Lab85.5695-3.012032.3883
CIE-Lab88.55321.606837.3788

#fadb97 color RGB value is (250,219,151).

#fadb97 hex color red value is 250, green value is 219 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fadb97 hue: 0.11 , saturation: 0.91 and the lightness value of fadb97 is 0.79.

The process color (four color CMYK) of #fadb97 color hex is 0.00, 0.12, 0.40, 0.02. Web safe color of #fadb97 is #ffcc99. Color #fadb97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10010111
Octal 372 333 227
Decimal 250 219 151
Hex FA DB 97

RGB Percentages of Color #fadb97

%40.32
%35.32
%24.35

CMYK Percentages of Color #fadb97

%0
%12
%40
%2

Triadic Colors of #fadb97

#fadb97 #97fadb #db97fa

Analogous Colors of #fadb97

#fadb97 #e8fa97 #faaa97

Monochromatic Colors of #fadb97

#fadb97

Complementary Color

#fadb97 #97b6fa

#fadb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb97 Color CSS Codes

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

#fadb97 Text Font Color

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

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


#fadb97 Background Color

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

This div background color is #fadb97


#fadb97 Border Color

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

This div border color is #fadb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb97


Comments

No comments written yet.

Please login to write comment.