Color Hex Logo

#fab27a Color Hex

#FAB27A
(250,178,122)
0 Favorites   0 Comments

Color spaces of #fab27a

RGB 250178122
HSL0.070.930.73
HSV26°51°98°
CMYK 0.000.290.51   0.02
XYZ58.857653.569925.6503
Yxy53.56990.42630.3880
Hunter Lab73.191515.457430.4556
CIE-Lab78.210320.099638.9105

#fab27a color RGB value is (250,178,122).

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

The process color (four color CMYK) of #fab27a color hex is 0.00, 0.29, 0.51, 0.02. Web safe color of #fab27a is #ff9966. Color #fab27a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 01111010
Octal 372 262 172
Decimal 250 178 122
Hex FA B2 7A

RGB Percentages of Color #fab27a

%45.45
%32.36
%22.18

CMYK Percentages of Color #fab27a

%0
%29
%51
%2

Triadic Colors of #fab27a

#fab27a #7afab2 #b27afa

Analogous Colors of #fab27a

#fab27a #faf27a #fa7a82

Monochromatic Colors of #fab27a

#fab27a

Complementary Color

#fab27a #7ac2fa

#fab27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab27a Color CSS Codes

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

#fab27a Text Font Color

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

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


#fab27a Background Color

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

This div background color is #fab27a


#fab27a Border Color

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

This div border color is #fab27a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,178,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 #fab27a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab27a


Comments

No comments written yet.

Please login to write comment.