Color Hex Logo

#fab07b Color Hex

#FAB07B
(250,176,123)
0 Favorites   0 Comments

Color spaces of #fab07b

RGB 250176123
HSL0.070.930.73
HSV25°51°98°
CMYK 0.000.300.51   0.02
XYZ58.524852.804725.8466
Yxy52.80470.42660.3849
Hunter Lab72.666816.594329.7781
CIE-Lab77.759621.237637.8191

#fab07b color RGB value is (250,176,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01111011
Octal 372 260 173
Decimal 250 176 123
Hex FA B0 7B

RGB Percentages of Color #fab07b

%45.54
%32.06
%22.40

CMYK Percentages of Color #fab07b

%0
%30
%51
%2

Triadic Colors of #fab07b

#fab07b #7bfab0 #b07bfa

Analogous Colors of #fab07b

#fab07b #faf07b #fa7b86

Monochromatic Colors of #fab07b

#fab07b

Complementary Color

#fab07b #7bc5fa

#fab07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab07b Color CSS Codes

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

#fab07b Text Font Color

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

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


#fab07b Background Color

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

This div background color is #fab07b


#fab07b Border Color

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

This div border color is #fab07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab07b


Comments

No comments written yet.

Please login to write comment.