Color Hex Logo

#fab621 Color Hex

#FAB621
(250,182,33)
0 Favorites   0 Comments

Color spaces of #fab621

RGB 25018233
HSL0.110.960.55
HSV41°87°98°
CMYK 0.000.270.87   0.02
XYZ56.426853.88978.8666
Yxy53.88970.47340.4522
Hunter Lab73.40968.738544.2255
CIE-Lab78.397413.343476.0654

#fab621 color RGB value is (250,182,33).

#fab621 hex color red value is 250, green value is 182 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #fab621 hue: 0.11 , saturation: 0.96 and the lightness value of fab621 is 0.55.

The process color (four color CMYK) of #fab621 color hex is 0.00, 0.27, 0.87, 0.02. Web safe color of #fab621 is #ffcc33. Color #fab621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 00100001
Octal 372 266 41
Decimal 250 182 33
Hex FA B6 21

RGB Percentages of Color #fab621

%53.76
%39.14
%7.10

CMYK Percentages of Color #fab621

%0
%27
%87
%2

Triadic Colors of #fab621

#fab621 #21fab6 #b621fa

Analogous Colors of #fab621

#fab621 #d2fa21 #fa4921

Monochromatic Colors of #fab621

#fab621

Complementary Color

#fab621 #2165fa

#fab621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab621 Color CSS Codes

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

#fab621 Text Font Color

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

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


#fab621 Background Color

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

This div background color is #fab621


#fab621 Border Color

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

This div border color is #fab621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab621


Comments

No comments written yet.

Please login to write comment.