Color Hex Logo

#fabd5f Color Hex

#FABD5F
(250,189,95)
0 Favorites   0 Comments

Color spaces of #fabd5f

RGB 25018995
HSL0.100.940.68
HSV36°62°98°
CMYK 0.000.240.62   0.02
XYZ59.687557.545418.7880
Yxy57.54540.43880.4231
Hunter Lab75.85877.695538.4167
CIE-Lab80.485412.286855.0093

#fabd5f color RGB value is (250,189,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 01011111
Octal 372 275 137
Decimal 250 189 95
Hex FA BD 5F

RGB Percentages of Color #fabd5f

%46.82
%35.39
%17.79

CMYK Percentages of Color #fabd5f

%0
%24
%62
%2

Triadic Colors of #fabd5f

#fabd5f #5ffabd #bd5ffa

Analogous Colors of #fabd5f

#fabd5f #eafa5f #fa705f

Monochromatic Colors of #fabd5f

#fabd5f

Complementary Color

#fabd5f #5f9cfa

#fabd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd5f Color CSS Codes

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

#fabd5f Text Font Color

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

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


#fabd5f Background Color

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

This div background color is #fabd5f


#fabd5f Border Color

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

This div border color is #fabd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd5f


Comments

No comments written yet.

Please login to write comment.