Color Hex Logo

#fab427 Color Hex

#FAB427
(250,180,39)
0 Favorites   0 Comments

Color spaces of #fab427

RGB 25018039
HSL0.110.950.57
HSV40°84°98°
CMYK 0.000.280.84   0.02
XYZ56.111853.11309.2139
Yxy53.11300.47380.4484
Hunter Lab72.87879.895643.5192
CIE-Lab77.941714.524374.1623

#fab427 color RGB value is (250,180,39).

#fab427 hex color red value is 250, green value is 180 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #fab427 hue: 0.11 , saturation: 0.95 and the lightness value of fab427 is 0.57.

The process color (four color CMYK) of #fab427 color hex is 0.00, 0.28, 0.84, 0.02. Web safe color of #fab427 is #ffcc33. Color #fab427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 00100111
Octal 372 264 47
Decimal 250 180 39
Hex FA B4 27

RGB Percentages of Color #fab427

%53.30
%38.38
%8.32

CMYK Percentages of Color #fab427

%0
%28
%84
%2

Triadic Colors of #fab427

#fab427 #27fab4 #b427fa

Analogous Colors of #fab427

#fab427 #d7fa27 #fa4b27

Monochromatic Colors of #fab427

#fab427

Complementary Color

#fab427 #276dfa

#fab427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab427 Color CSS Codes

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

#fab427 Text Font Color

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

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


#fab427 Background Color

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

This div background color is #fab427


#fab427 Border Color

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

This div border color is #fab427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab427


Comments

No comments written yet.

Please login to write comment.