Color Hex Logo

#fab85e Color Hex

#FAB85E
(250,184,94)
0 Favorites   0 Comments

Color spaces of #fab85e

RGB 25018494
HSL0.100.940.67
HSV35°62°98°
CMYK 0.000.260.62   0.02
XYZ58.585255.413118.1977
Yxy55.41310.44320.4192
Hunter Lab74.440010.211837.6139
CIE-Lab79.278614.836154.1072

#fab85e color RGB value is (250,184,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 01011110
Octal 372 270 136
Decimal 250 184 94
Hex FA B8 5E

RGB Percentages of Color #fab85e

%47.35
%34.85
%17.80

CMYK Percentages of Color #fab85e

%0
%26
%62
%2

Triadic Colors of #fab85e

#fab85e #5efab8 #b85efa

Analogous Colors of #fab85e

#fab85e #eefa5e #fa6a5e

Monochromatic Colors of #fab85e

#fab85e

Complementary Color

#fab85e #5ea0fa

#fab85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab85e Color CSS Codes

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

#fab85e Text Font Color

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

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


#fab85e Background Color

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

This div background color is #fab85e


#fab85e Border Color

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

This div border color is #fab85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab85e


Comments

No comments written yet.

Please login to write comment.