Color Hex Logo

#fabd8e Color Hex

#FABD8E
(250,189,142)
0 Favorites   0 Comments

Color spaces of #fabd8e

RGB 250189142
HSL0.070.920.77
HSV26°43°98°
CMYK 0.000.240.43   0.02
XYZ62.504458.672233.6217
Yxy58.67220.40380.3790
Hunter Lab76.597811.611327.5938
CIE-Lab81.111116.222332.2516

#fabd8e color RGB value is (250,189,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10001110
Octal 372 275 216
Decimal 250 189 142
Hex FA BD 8E

RGB Percentages of Color #fabd8e

%43.03
%32.53
%24.44

CMYK Percentages of Color #fabd8e

%0
%24
%43
%2

Triadic Colors of #fabd8e

#fabd8e #8efabd #bd8efa

Analogous Colors of #fabd8e

#fabd8e #faf38e #fa8e95

Monochromatic Colors of #fabd8e

#fabd8e

Complementary Color

#fabd8e #8ecbfa

#fabd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd8e Color CSS Codes

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

#fabd8e Text Font Color

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

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


#fabd8e Background Color

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

This div background color is #fabd8e


#fabd8e Border Color

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

This div border color is #fabd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd8e


Comments

No comments written yet.

Please login to write comment.