Color Hex Logo

#fab858 Color Hex

#FAB858
(250,184,88)
0 Favorites   0 Comments

Color spaces of #fab858

RGB 25018488
HSL0.100.940.66
HSV36°65°98°
CMYK 0.000.260.65   0.02
XYZ58.326355.309616.8342
Yxy55.30960.44700.4239
Hunter Lab74.37049.843538.6386
CIE-Lab79.219314.464256.8280

#fab858 color RGB value is (250,184,88).

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

The process color (four color CMYK) of #fab858 color hex is 0.00, 0.26, 0.65, 0.02. Web safe color of #fab858 is #ffcc66. Color #fab858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 01011000
Octal 372 270 130
Decimal 250 184 88
Hex FA B8 58

RGB Percentages of Color #fab858

%47.89
%35.25
%16.86

CMYK Percentages of Color #fab858

%0
%26
%65
%2

Triadic Colors of #fab858

#fab858 #58fab8 #b858fa

Analogous Colors of #fab858

#fab858 #ebfa58 #fa6758

Monochromatic Colors of #fab858

#fab858

Complementary Color

#fab858 #589afa

#fab858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab858 Color CSS Codes

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

#fab858 Text Font Color

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

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


#fab858 Background Color

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

This div background color is #fab858


#fab858 Border Color

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

This div border color is #fab858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab858


Comments

No comments written yet.

Please login to write comment.