Color Hex Logo

#fab629 Color Hex

#FAB629
(250,182,41)
0 Favorites   0 Comments

Color spaces of #fab629

RGB 25018241
HSL0.110.950.57
HSV40°84°98°
CMYK 0.000.270.84   0.02
XYZ56.552553.94009.5286
Yxy53.94000.47120.4494
Hunter Lab73.44398.920043.7184
CIE-Lab78.426713.528774.0102

#fab629 color RGB value is (250,182,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 00101001
Octal 372 266 51
Decimal 250 182 41
Hex FA B6 29

RGB Percentages of Color #fab629

%52.85
%38.48
%8.67

CMYK Percentages of Color #fab629

%0
%27
%84
%2

Triadic Colors of #fab629

#fab629 #29fab6 #b629fa

Analogous Colors of #fab629

#fab629 #d6fa29 #fa4e29

Monochromatic Colors of #fab629

#fab629

Complementary Color

#fab629 #296dfa

#fab629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab629 Color CSS Codes

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

#fab629 Text Font Color

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

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


#fab629 Background Color

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

This div background color is #fab629


#fab629 Border Color

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

This div border color is #fab629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab629


Comments

No comments written yet.

Please login to write comment.