Color Hex Logo

#fab830 Color Hex

#FAB830
(250,184,48)
0 Favorites   0 Comments

Color spaces of #fab830

RGB 25018448
HSL0.110.950.58
HSV40°81°98°
CMYK 0.000.260.81   0.02
XYZ57.098354.818410.3679
Yxy54.81840.46690.4483
Hunter Lab74.03948.087943.5251
CIE-Lab78.936512.679872.3551

#fab830 color RGB value is (250,184,48).

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

The process color (four color CMYK) of #fab830 color hex is 0.00, 0.26, 0.81, 0.02. Web safe color of #fab830 is #ffcc33. Color #fab830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00110000
Octal 372 270 60
Decimal 250 184 48
Hex FA B8 30

RGB Percentages of Color #fab830

%51.87
%38.17
%9.96

CMYK Percentages of Color #fab830

%0
%26
%81
%2

Triadic Colors of #fab830

#fab830 #30fab8 #b830fa

Analogous Colors of #fab830

#fab830 #d7fa30 #fa5330

Monochromatic Colors of #fab830

#fab830

Complementary Color

#fab830 #3072fa

#fab830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab830 Color CSS Codes

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

#fab830 Text Font Color

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

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


#fab830 Background Color

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

This div background color is #fab830


#fab830 Border Color

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

This div border color is #fab830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab830


Comments

No comments written yet.

Please login to write comment.