Color Hex Logo

#fab225 Color Hex

#FAB225
(250,178,37)
0 Favorites   0 Comments

Color spaces of #fab225

RGB 25017837
HSL0.110.960.56
HSV40°85°98°
CMYK 0.000.290.85   0.02
XYZ55.678752.29848.9103
Yxy52.29840.47630.4474
Hunter Lab72.317610.874643.3172
CIE-Lab77.458915.523174.3052

#fab225 color RGB value is (250,178,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00100101
Octal 372 262 45
Decimal 250 178 37
Hex FA B2 25

RGB Percentages of Color #fab225

%53.76
%38.28
%7.96

CMYK Percentages of Color #fab225

%0
%29
%85
%2

Triadic Colors of #fab225

#fab225 #25fab2 #b225fa

Analogous Colors of #fab225

#fab225 #d8fa25 #fa4725

Monochromatic Colors of #fab225

#fab225

Complementary Color

#fab225 #256dfa

#fab225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab225 Color CSS Codes

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

#fab225 Text Font Color

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

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


#fab225 Background Color

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

This div background color is #fab225


#fab225 Border Color

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

This div border color is #fab225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab225


Comments

No comments written yet.

Please login to write comment.