Color Hex Logo

#fab87a Color Hex

#FAB87A
(250,184,122)
0 Favorites   0 Comments

Color spaces of #fab87a

RGB 250184122
HSL0.080.930.73
HSV29°51°98°
CMYK 0.000.260.51   0.02
XYZ60.077756.010126.0569
Yxy56.01010.42270.3940
Hunter Lab74.839912.321031.7450
CIE-Lab79.619616.949840.6911

#fab87a color RGB value is (250,184,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 01111010
Octal 372 270 172
Decimal 250 184 122
Hex FA B8 7A

RGB Percentages of Color #fab87a

%44.96
%33.09
%21.94

CMYK Percentages of Color #fab87a

%0
%26
%51
%2

Triadic Colors of #fab87a

#fab87a #7afab8 #b87afa

Analogous Colors of #fab87a

#fab87a #faf87a #fa7a7c

Monochromatic Colors of #fab87a

#fab87a

Complementary Color

#fab87a #7abcfa

#fab87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab87a Color CSS Codes

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

#fab87a Text Font Color

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

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


#fab87a Background Color

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

This div background color is #fab87a


#fab87a Border Color

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

This div border color is #fab87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab87a

Related Colors


Comments

No comments written yet.

Please login to write comment.