Color Hex Logo

#fab34e Color Hex

#FAB34E
(250,179,78)
0 Favorites   0 Comments

Color spaces of #fab34e

RGB 25017978
HSL0.100.950.64
HSV35°69°98°
CMYK 0.000.280.69   0.02
XYZ56.919653.114314.4598
Yxy53.11430.45720.4266
Hunter Lab72.879611.870939.2522
CIE-Lab77.942416.524259.9312

#fab34e color RGB value is (250,179,78).

#fab34e hex color red value is 250, green value is 179 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fab34e hue: 0.10 , saturation: 0.95 and the lightness value of fab34e is 0.64.

The process color (four color CMYK) of #fab34e color hex is 0.00, 0.28, 0.69, 0.02. Web safe color of #fab34e is #ffcc66. Color #fab34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 01001110
Octal 372 263 116
Decimal 250 179 78
Hex FA B3 4E

RGB Percentages of Color #fab34e

%49.31
%35.31
%15.38

CMYK Percentages of Color #fab34e

%0
%28
%69
%2

Triadic Colors of #fab34e

#fab34e #4efab3 #b34efa

Analogous Colors of #fab34e

#fab34e #ebfa4e #fa5d4e

Monochromatic Colors of #fab34e

#fab34e

Complementary Color

#fab34e #4e95fa

#fab34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab34e Color CSS Codes

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

#fab34e Text Font Color

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

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


#fab34e Background Color

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

This div background color is #fab34e


#fab34e Border Color

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

This div border color is #fab34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab34e


Comments

No comments written yet.

Please login to write comment.