Color Hex Logo

#fadbae Color Hex

#FADBAE
(250,219,174)
0 Favorites   0 Comments

Color spaces of #fadbae

RGB 250219174
HSL0.100.880.83
HSV36°30°98°
CMYK 0.000.120.30   0.02
XYZ72.395874.043050.5205
Yxy74.04300.36760.3759
Hunter Lab86.0482-0.405325.4235
CIE-Lab88.94284.287426.1020

#fadbae color RGB value is (250,219,174).

#fadbae hex color red value is 250, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fadbae hue: 0.10 , saturation: 0.88 and the lightness value of fadbae is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10101110
Octal 372 333 256
Decimal 250 219 174
Hex FA DB AE

RGB Percentages of Color #fadbae

%38.88
%34.06
%27.06

CMYK Percentages of Color #fadbae

%0
%12
%30
%2

Triadic Colors of #fadbae

#fadbae #aefadb #dbaefa

Analogous Colors of #fadbae

#fadbae #f3faae #fab5ae

Monochromatic Colors of #fadbae

#fadbae

Complementary Color

#fadbae #aecdfa

#fadbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbae Color CSS Codes

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

#fadbae Text Font Color

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

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


#fadbae Background Color

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

This div background color is #fadbae


#fadbae Border Color

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

This div border color is #fadbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbae


Comments

No comments written yet.

Please login to write comment.