Color Hex Logo

#fabe5f Color Hex

#FABE5F
(250,190,95)
0 Favorites   0 Comments

Color spaces of #fabe5f

RGB 25019095
HSL0.100.940.68
HSV37°62°98°
CMYK 0.000.240.62   0.02
XYZ59.903457.977118.8599
Yxy57.97710.43810.4240
Hunter Lab76.14277.180838.6143
CIE-Lab80.726111.765055.2824

#fabe5f color RGB value is (250,190,95).

#fabe5f hex color red value is 250, green value is 190 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fabe5f hue: 0.10 , saturation: 0.94 and the lightness value of fabe5f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 01011111
Octal 372 276 137
Decimal 250 190 95
Hex FA BE 5F

RGB Percentages of Color #fabe5f

%46.73
%35.51
%17.76

CMYK Percentages of Color #fabe5f

%0
%24
%62
%2

Triadic Colors of #fabe5f

#fabe5f #5ffabe #be5ffa

Analogous Colors of #fabe5f

#fabe5f #e9fa5f #fa715f

Monochromatic Colors of #fabe5f

#fabe5f

Complementary Color

#fabe5f #5f9bfa

#fabe5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe5f Color CSS Codes

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

#fabe5f Text Font Color

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

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


#fabe5f Background Color

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

This div background color is #fabe5f


#fabe5f Border Color

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

This div border color is #fabe5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe5f


Comments

No comments written yet.

Please login to write comment.