Color Hex Logo

#fab058 Color Hex

#FAB058
(250,176,88)
0 Favorites   0 Comments

Color spaces of #fab058

RGB 25017688
HSL0.090.940.66
HSV33°65°98°
CMYK 0.000.300.65   0.02
XYZ56.711152.079216.2958
Yxy52.07920.45340.4163
Hunter Lab72.165913.982737.1279
CIE-Lab77.328218.656654.7243

#fab058 color RGB value is (250,176,88).

#fab058 hex color red value is 250, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fab058 hue: 0.09 , saturation: 0.94 and the lightness value of fab058 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01011000
Octal 372 260 130
Decimal 250 176 88
Hex FA B0 58

RGB Percentages of Color #fab058

%48.64
%34.24
%17.12

CMYK Percentages of Color #fab058

%0
%30
%65
%2

Triadic Colors of #fab058

#fab058 #58fab0 #b058fa

Analogous Colors of #fab058

#fab058 #f3fa58 #fa5f58

Monochromatic Colors of #fab058

#fab058

Complementary Color

#fab058 #58a2fa

#fab058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab058 Color CSS Codes

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

#fab058 Text Font Color

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

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


#fab058 Background Color

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

This div background color is #fab058


#fab058 Border Color

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

This div border color is #fab058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab058


Comments

No comments written yet.

Please login to write comment.