Color Hex Logo

#fab80f Color Hex

#FAB80F
(250,184,15)
0 Favorites   0 Comments

Color spaces of #fab80f

RGB 25018415
HSL0.120.960.52
HSV43°94°98°
CMYK 0.000.260.94   0.02
XYZ56.651154.63958.0126
Yxy54.63950.47480.4580
Hunter Lab73.91857.444845.3161
CIE-Lab78.833212.021179.6944

#fab80f color RGB value is (250,184,15).

#fab80f hex color red value is 250, green value is 184 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fab80f hue: 0.12 , saturation: 0.96 and the lightness value of fab80f is 0.52.

The process color (four color CMYK) of #fab80f color hex is 0.00, 0.26, 0.94, 0.02. Web safe color of #fab80f is #ffcc00. Color #fab80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00001111
Octal 372 270 17
Decimal 250 184 15
Hex FA B8 F

RGB Percentages of Color #fab80f

%55.68
%40.98
%3.34

CMYK Percentages of Color #fab80f

%0
%26
%94
%2

Triadic Colors of #fab80f

#fab80f #0ffab8 #b80ffa

Analogous Colors of #fab80f

#fab80f #c7fa0f #fa420f

Monochromatic Colors of #fab80f

#fab80f

Complementary Color

#fab80f #0f51fa

#fab80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab80f Color CSS Codes

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

#fab80f Text Font Color

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

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


#fab80f Background Color

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

This div background color is #fab80f


#fab80f Border Color

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

This div border color is #fab80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab80f

Related Colors


Comments

No comments written yet.

Please login to write comment.