Color Hex Logo

#fadab8 Color Hex

#FADAB8
(250,218,184)
0 Favorites   0 Comments

Color spaces of #fadab8

RGB 250218184
HSL0.090.870.85
HSV31°26°98°
CMYK 0.000.130.26   0.02
XYZ73.147573.927555.7615
Yxy73.92750.36060.3645
Hunter Lab85.98111.390021.7353
CIE-Lab88.88826.097720.8289

#fadab8 color RGB value is (250,218,184).

#fadab8 hex color red value is 250, green value is 218 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #fadab8 hue: 0.09 , saturation: 0.87 and the lightness value of fadab8 is 0.85.

The process color (four color CMYK) of #fadab8 color hex is 0.00, 0.13, 0.26, 0.02. Web safe color of #fadab8 is #ffcccc. Color #fadab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 10111000
Octal 372 332 270
Decimal 250 218 184
Hex FA DA B8

RGB Percentages of Color #fadab8

%38.34
%33.44
%28.22

CMYK Percentages of Color #fadab8

%0
%13
%26
%2

Triadic Colors of #fadab8

#fadab8 #b8fada #dab8fa

Analogous Colors of #fadab8

#fadab8 #f9fab8 #fab9b8

Monochromatic Colors of #fadab8

#fadab8

Complementary Color

#fadab8 #b8d8fa

#fadab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadab8 Color CSS Codes

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

#fadab8 Text Font Color

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

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


#fadab8 Background Color

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

This div background color is #fadab8


#fadab8 Border Color

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

This div border color is #fadab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadab8


Comments

No comments written yet.

Please login to write comment.