Color Hex Logo

#fbab62 Color Hex

#FBAB62
(251,171,98)
0 Favorites   0 Comments

Color spaces of #fbab62

RGB 25117198
HSL0.080.950.68
HSV29°61°98°
CMYK 0.000.320.61   0.02
XYZ56.551250.516918.3254
Yxy50.51690.45100.4029
Hunter Lab71.075217.642334.4659
CIE-Lab76.385422.324148.8618

#fbab62 color RGB value is (251,171,98).

#fbab62 hex color red value is 251, green value is 171 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fbab62 hue: 0.08 , saturation: 0.95 and the lightness value of fbab62 is 0.68.

The process color (four color CMYK) of #fbab62 color hex is 0.00, 0.32, 0.61, 0.02. Web safe color of #fbab62 is #ff9966. Color #fbab62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01100010
Octal 373 253 142
Decimal 251 171 98
Hex FB AB 62

RGB Percentages of Color #fbab62

%48.27
%32.88
%18.85

CMYK Percentages of Color #fbab62

%0
%32
%61
%2

Triadic Colors of #fbab62

#fbab62 #62fbab #ab62fb

Analogous Colors of #fbab62

#fbab62 #fbf862 #fb6266

Monochromatic Colors of #fbab62

#fbab62

Complementary Color

#fbab62 #62b2fb

#fbab62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab62 Color CSS Codes

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

#fbab62 Text Font Color

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

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


#fbab62 Background Color

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

This div background color is #fbab62


#fbab62 Border Color

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

This div border color is #fbab62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,171,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbab62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbab62;
  -webkit-box-shadow: 1px 1px 3px 2px #fbab62;
  box-shadow:         1px 1px 3px 2px #fbab62; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,171,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab62


Comments

No comments written yet.

Please login to write comment.