Color Hex Logo

#fab67b Color Hex

#FAB67B
(250,182,123)
0 Favorites   0 Comments

Color spaces of #fab67b

RGB 250182123
HSL0.080.930.73
HSV28°51°98°
CMYK 0.000.270.51   0.02
XYZ59.727455.210026.2475
Yxy55.21000.42300.3910
Hunter Lab74.303413.452831.0684
CIE-Lab79.162118.086139.6003

#fab67b color RGB value is (250,182,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 01111011
Octal 372 266 173
Decimal 250 182 123
Hex FA B6 7B

RGB Percentages of Color #fab67b

%45.05
%32.79
%22.16

CMYK Percentages of Color #fab67b

%0
%27
%51
%2

Triadic Colors of #fab67b

#fab67b #7bfab6 #b67bfa

Analogous Colors of #fab67b

#fab67b #faf67b #fa7b80

Monochromatic Colors of #fab67b

#fab67b

Complementary Color

#fab67b #7bbffa

#fab67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab67b Color CSS Codes

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

#fab67b Text Font Color

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

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


#fab67b Background Color

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

This div background color is #fab67b


#fab67b Border Color

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

This div border color is #fab67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab67b


Comments

No comments written yet.

Please login to write comment.