Color Hex Logo

#fab581 Color Hex

#FAB581
(250,181,129)
0 Favorites   0 Comments

Color spaces of #fab581

RGB 250181129
HSL0.070.920.74
HSV26°48°98°
CMYK 0.000.280.48   0.02
XYZ59.910754.956728.2190
Yxy54.95670.41870.3841
Hunter Lab74.132814.523129.3239
CIE-Lab79.016319.152036.3074

#fab581 color RGB value is (250,181,129).

#fab581 hex color red value is 250, green value is 181 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fab581 hue: 0.07 , saturation: 0.92 and the lightness value of fab581 is 0.74.

The process color (four color CMYK) of #fab581 color hex is 0.00, 0.28, 0.48, 0.02. Web safe color of #fab581 is #ffcc99. Color #fab581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 10000001
Octal 372 265 201
Decimal 250 181 129
Hex FA B5 81

RGB Percentages of Color #fab581

%44.64
%32.32
%23.04

CMYK Percentages of Color #fab581

%0
%28
%48
%2

Triadic Colors of #fab581

#fab581 #81fab5 #b581fa

Analogous Colors of #fab581

#fab581 #faf281 #fa818a

Monochromatic Colors of #fab581

#fab581

Complementary Color

#fab581 #81c6fa

#fab581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab581 Color CSS Codes

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

#fab581 Text Font Color

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

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


#fab581 Background Color

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

This div background color is #fab581


#fab581 Border Color

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

This div border color is #fab581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab581


Comments

No comments written yet.

Please login to write comment.