Color Hex Logo

#fadaba Color Hex

#FADABA
(250,218,186)
0 Favorites   0 Comments

Color spaces of #fadaba

RGB 250218186
HSL0.080.860.85
HSV30°26°98°
CMYK 0.000.130.26   0.02
XYZ73.358774.012056.8737
Yxy74.01200.35920.3624
Hunter Lab86.03021.655621.0251
CIE-Lab88.92826.366119.8409

#fadaba color RGB value is (250,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 10111010
Octal 372 332 272
Decimal 250 218 186
Hex FA DA BA

RGB Percentages of Color #fadaba

%38.23
%33.33
%28.44

CMYK Percentages of Color #fadaba

%0
%13
%26
%2

Triadic Colors of #fadaba

#fadaba #bafada #dabafa

Analogous Colors of #fadaba

#fadaba #fafaba #fababa

Monochromatic Colors of #fadaba

#fadaba

Complementary Color

#fadaba #badafa

#fadaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadaba Color CSS Codes

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

#fadaba Text Font Color

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

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


#fadaba Background Color

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

This div background color is #fadaba


#fadaba Border Color

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

This div border color is #fadaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadaba

Related Colors


Comments

No comments written yet.

Please login to write comment.