Color Hex Logo

#fab04d Color Hex

#FAB04D
(250,176,77)
0 Favorites   0 Comments

Color spaces of #fab04d

RGB 25017677
HSL0.100.950.64
HSV34°69°98°
CMYK 0.000.300.69   0.02
XYZ56.289251.910514.0741
Yxy51.91050.46040.4245
Hunter Lab72.048913.369938.8525
CIE-Lab77.227318.045059.6137

#fab04d color RGB value is (250,176,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01001101
Octal 372 260 115
Decimal 250 176 77
Hex FA B0 4D

RGB Percentages of Color #fab04d

%49.70
%34.99
%15.31

CMYK Percentages of Color #fab04d

%0
%30
%69
%2

Triadic Colors of #fab04d

#fab04d #4dfab0 #b04dfa

Analogous Colors of #fab04d

#fab04d #eefa4d #fa594d

Monochromatic Colors of #fab04d

#fab04d

Complementary Color

#fab04d #4d97fa

#fab04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab04d Color CSS Codes

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

#fab04d Text Font Color

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

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


#fab04d Background Color

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

This div background color is #fab04d


#fab04d Border Color

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

This div border color is #fab04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab04d


Comments

No comments written yet.

Please login to write comment.