Color Hex Logo

#fabd8a Color Hex

#FABD8A
(250,189,138)
0 Favorites   0 Comments

Color spaces of #fabd8a

RGB 250189138
HSL0.080.920.76
HSV27°45°98°
CMYK 0.000.240.45   0.02
XYZ62.209458.554232.0681
Yxy58.55420.40700.3831
Hunter Lab76.520711.204728.7174
CIE-Lab81.045915.818034.2544

#fabd8a color RGB value is (250,189,138).

#fabd8a hex color red value is 250, green value is 189 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fabd8a hue: 0.08 , saturation: 0.92 and the lightness value of fabd8a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10001010
Octal 372 275 212
Decimal 250 189 138
Hex FA BD 8A

RGB Percentages of Color #fabd8a

%43.33
%32.76
%23.92

CMYK Percentages of Color #fabd8a

%0
%24
%45
%2

Triadic Colors of #fabd8a

#fabd8a #8afabd #bd8afa

Analogous Colors of #fabd8a

#fabd8a #faf58a #fa8a8f

Monochromatic Colors of #fabd8a

#fabd8a

Complementary Color

#fabd8a #8ac7fa

#fabd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd8a Color CSS Codes

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

#fabd8a Text Font Color

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

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


#fabd8a Background Color

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

This div background color is #fabd8a


#fabd8a Border Color

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

This div border color is #fabd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd8a


Comments

No comments written yet.

Please login to write comment.