Color Hex Logo

#fadb94 Color Hex

#FADB94
(250,219,148)
0 Favorites   0 Comments

Color spaces of #fadb94

RGB 250219148
HSL0.120.910.78
HSV42°41°98°
CMYK 0.000.120.41   0.02
XYZ70.101273.125138.4368
Yxy73.12510.38590.4025
Hunter Lab85.5132-3.319133.2094
CIE-Lab88.50731.288238.8362

#fadb94 color RGB value is (250,219,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10010100
Octal 372 333 224
Decimal 250 219 148
Hex FA DB 94

RGB Percentages of Color #fadb94

%40.52
%35.49
%23.99

CMYK Percentages of Color #fadb94

%0
%12
%41
%2

Triadic Colors of #fadb94

#fadb94 #94fadb #db94fa

Analogous Colors of #fadb94

#fadb94 #e6fa94 #faa894

Monochromatic Colors of #fadb94

#fadb94

Complementary Color

#fadb94 #94b3fa

#fadb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb94 Color CSS Codes

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

#fadb94 Text Font Color

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

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


#fadb94 Background Color

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

This div background color is #fadb94


#fadb94 Border Color

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

This div border color is #fadb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb94


Comments

No comments written yet.

Please login to write comment.