Color Hex Logo

#fab228 Color Hex

#FAB228
(250,178,40)
0 Favorites   0 Comments

Color spaces of #fab228

RGB 25017840
HSL0.110.950.57
HSV39°84°98°
CMYK 0.000.290.84   0.02
XYZ55.727752.31809.1687
Yxy52.31800.47540.4463
Hunter Lab72.331210.946143.1162
CIE-Lab77.470615.595573.4940

#fab228 color RGB value is (250,178,40).

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

The process color (four color CMYK) of #fab228 color hex is 0.00, 0.29, 0.84, 0.02. Web safe color of #fab228 is #ff9933. Color #fab228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00101000
Octal 372 262 50
Decimal 250 178 40
Hex FA B2 28

RGB Percentages of Color #fab228

%53.42
%38.03
%8.55

CMYK Percentages of Color #fab228

%0
%29
%84
%2

Triadic Colors of #fab228

#fab228 #28fab2 #b228fa

Analogous Colors of #fab228

#fab228 #d9fa28 #fa4928

Monochromatic Colors of #fab228

#fab228

Complementary Color

#fab228 #2870fa

#fab228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab228 Color CSS Codes

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

#fab228 Text Font Color

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

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


#fab228 Background Color

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

This div background color is #fab228


#fab228 Border Color

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

This div border color is #fab228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab228


Comments

No comments written yet.

Please login to write comment.