Color Hex Logo

#fabf5e Color Hex

#FABF5E
(250,191,94)
0 Favorites   0 Comments

Color spaces of #fabf5e

RGB 25019194
HSL0.100.940.67
HSV37°62°98°
CMYK 0.000.240.62   0.02
XYZ60.075558.393718.6945
Yxy58.39370.43800.4257
Hunter Lab76.41586.603138.9862
CIE-Lab80.957211.179056.0077

#fabf5e color RGB value is (250,191,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 01011110
Octal 372 277 136
Decimal 250 191 94
Hex FA BF 5E

RGB Percentages of Color #fabf5e

%46.73
%35.70
%17.57

CMYK Percentages of Color #fabf5e

%0
%24
%62
%2

Triadic Colors of #fabf5e

#fabf5e #5efabf #bf5efa

Analogous Colors of #fabf5e

#fabf5e #e7fa5e #fa715e

Monochromatic Colors of #fabf5e

#fabf5e

Complementary Color

#fabf5e #5e99fa

#fabf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf5e Color CSS Codes

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

#fabf5e Text Font Color

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

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


#fabf5e Background Color

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

This div background color is #fabf5e


#fabf5e Border Color

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

This div border color is #fabf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf5e


Comments

No comments written yet.

Please login to write comment.