Color Hex Logo

#fab05e Color Hex

#FAB05E
(250,176,94)
0 Favorites   0 Comments

Color spaces of #fab05e

RGB 25017694
HSL0.090.940.67
HSV32°62°98°
CMYK 0.000.300.62   0.02
XYZ56.970152.182817.6593
Yxy52.18280.44920.4115
Hunter Lab72.237714.357836.0723
CIE-Lab77.390019.029951.9483

#fab05e color RGB value is (250,176,94).

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

The process color (four color CMYK) of #fab05e color hex is 0.00, 0.30, 0.62, 0.02. Web safe color of #fab05e is #ff9966. Color #fab05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01011110
Octal 372 260 136
Decimal 250 176 94
Hex FA B0 5E

RGB Percentages of Color #fab05e

%48.08
%33.85
%18.08

CMYK Percentages of Color #fab05e

%0
%30
%62
%2

Triadic Colors of #fab05e

#fab05e #5efab0 #b05efa

Analogous Colors of #fab05e

#fab05e #f6fa5e #fa625e

Monochromatic Colors of #fab05e

#fab05e

Complementary Color

#fab05e #5ea8fa

#fab05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab05e Color CSS Codes

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

#fab05e Text Font Color

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

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


#fab05e Background Color

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

This div background color is #fab05e


#fab05e Border Color

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

This div border color is #fab05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab05e


Comments

No comments written yet.

Please login to write comment.