Color Hex Logo

#fab874 Color Hex

#FAB874
(250,184,116)
0 Favorites   0 Comments

Color spaces of #fab874

RGB 250184116
HSL0.080.930.72
HSV30°54°98°
CMYK 0.000.260.54   0.02
XYZ59.717255.865924.1588
Yxy55.86590.42730.3998
Hunter Lab74.743511.813633.1566
CIE-Lab79.537416.443843.6408

#fab874 color RGB value is (250,184,116).

#fab874 hex color red value is 250, green value is 184 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fab874 hue: 0.08 , saturation: 0.93 and the lightness value of fab874 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 01110100
Octal 372 270 164
Decimal 250 184 116
Hex FA B8 74

RGB Percentages of Color #fab874

%45.45
%33.45
%21.09

CMYK Percentages of Color #fab874

%0
%26
%54
%2

Triadic Colors of #fab874

#fab874 #74fab8 #b874fa

Analogous Colors of #fab874

#fab874 #f9fa74 #fa7574

Monochromatic Colors of #fab874

#fab874

Complementary Color

#fab874 #74b6fa

#fab874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab874 Color CSS Codes

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

#fab874 Text Font Color

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

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


#fab874 Background Color

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

This div background color is #fab874


#fab874 Border Color

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

This div border color is #fab874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab874


Comments

No comments written yet.

Please login to write comment.