Color Hex Logo

#fabe4e Color Hex

#FABE4E
(250,190,78)
0 Favorites   0 Comments

Color spaces of #fabe4e

RGB 25019078
HSL0.110.950.64
HSV39°69°98°
CMYK 0.000.240.69   0.02
XYZ59.212957.701015.2243
Yxy57.70100.44810.4367
Hunter Lab75.96126.211441.2898
CIE-Lab80.572310.774462.6979

#fabe4e color RGB value is (250,190,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 01001110
Octal 372 276 116
Decimal 250 190 78
Hex FA BE 4E

RGB Percentages of Color #fabe4e

%48.26
%36.68
%15.06

CMYK Percentages of Color #fabe4e

%0
%24
%69
%2

Triadic Colors of #fabe4e

#fabe4e #4efabe #be4efa

Analogous Colors of #fabe4e

#fabe4e #e0fa4e #fa684e

Monochromatic Colors of #fabe4e

#fabe4e

Complementary Color

#fabe4e #4e8afa

#fabe4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe4e Color CSS Codes

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

#fabe4e Text Font Color

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

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


#fabe4e Background Color

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

This div background color is #fabe4e


#fabe4e Border Color

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

This div border color is #fabe4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,190,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 #fabe4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe4e


Comments

No comments written yet.

Please login to write comment.