Color Hex Logo

#fabd4e Color Hex

#FABD4E
(250,189,78)
0 Favorites   0 Comments

Color spaces of #fabd4e

RGB 25018978
HSL0.110.950.64
HSV39°69°98°
CMYK 0.000.240.69   0.02
XYZ58.997157.269215.1523
Yxy57.26920.44890.4358
Hunter Lab75.67646.724341.1022
CIE-Lab80.330811.295962.4454

#fabd4e color RGB value is (250,189,78).

#fabd4e hex color red value is 250, green value is 189 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fabd4e hue: 0.11 , saturation: 0.95 and the lightness value of fabd4e is 0.64.

The process color (four color CMYK) of #fabd4e color hex is 0.00, 0.24, 0.69, 0.02. Web safe color of #fabd4e is #ffcc66. Color #fabd4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 01001110
Octal 372 275 116
Decimal 250 189 78
Hex FA BD 4E

RGB Percentages of Color #fabd4e

%48.36
%36.56
%15.09

CMYK Percentages of Color #fabd4e

%0
%24
%69
%2

Triadic Colors of #fabd4e

#fabd4e #4efabd #bd4efa

Analogous Colors of #fabd4e

#fabd4e #e1fa4e #fa674e

Monochromatic Colors of #fabd4e

#fabd4e

Complementary Color

#fabd4e #4e8bfa

#fabd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd4e Color CSS Codes

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

#fabd4e Text Font Color

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

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


#fabd4e Background Color

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

This div background color is #fabd4e


#fabd4e Border Color

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

This div border color is #fabd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd4e


Comments

No comments written yet.

Please login to write comment.