Color Hex Logo

#fabd90 Color Hex

#FABD90
(250,189,144)
0 Favorites   0 Comments

Color spaces of #fabd90

RGB 250189144
HSL0.070.910.77
HSV25°42°98°
CMYK 0.000.240.42   0.02
XYZ62.656058.732834.4198
Yxy58.73280.40210.3770
Hunter Lab76.637311.820027.0175
CIE-Lab81.144516.429531.2480

#fabd90 color RGB value is (250,189,144).

#fabd90 hex color red value is 250, green value is 189 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fabd90 hue: 0.07 , saturation: 0.91 and the lightness value of fabd90 is 0.77.

The process color (four color CMYK) of #fabd90 color hex is 0.00, 0.24, 0.42, 0.02. Web safe color of #fabd90 is #ffcc99. Color #fabd90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10010000
Octal 372 275 220
Decimal 250 189 144
Hex FA BD 90

RGB Percentages of Color #fabd90

%42.88
%32.42
%24.70

CMYK Percentages of Color #fabd90

%0
%24
%42
%2

Triadic Colors of #fabd90

#fabd90 #90fabd #bd90fa

Analogous Colors of #fabd90

#fabd90 #faf290 #fa9098

Monochromatic Colors of #fabd90

#fabd90

Complementary Color

#fabd90 #90cdfa

#fabd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd90 Color CSS Codes

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

#fabd90 Text Font Color

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

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


#fabd90 Background Color

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

This div background color is #fabd90


#fabd90 Border Color

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

This div border color is #fabd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd90


Comments

No comments written yet.

Please login to write comment.