Color Hex Logo

#fab212 Color Hex

#FAB212
(250,178,18)
0 Favorites   0 Comments

Color spaces of #fab212

RGB 25017818
HSL0.110.960.53
HSV41°93°98°
CMYK 0.000.290.93   0.02
XYZ55.453952.20857.7268
Yxy52.20850.48060.4525
Hunter Lab72.255410.546444.2385
CIE-Lab77.405315.190278.2412

#fab212 color RGB value is (250,178,18).

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

The process color (four color CMYK) of #fab212 color hex is 0.00, 0.29, 0.93, 0.02. Web safe color of #fab212 is #ff9900. Color #fab212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00010010
Octal 372 262 22
Decimal 250 178 18
Hex FA B2 12

RGB Percentages of Color #fab212

%56.05
%39.91
%4.04

CMYK Percentages of Color #fab212

%0
%29
%93
%2

Triadic Colors of #fab212

#fab212 #12fab2 #b212fa

Analogous Colors of #fab212

#fab212 #cefa12 #fa3e12

Monochromatic Colors of #fab212

#fab212

Complementary Color

#fab212 #125afa

#fab212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab212 Color CSS Codes

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

#fab212 Text Font Color

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

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


#fab212 Background Color

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

This div background color is #fab212


#fab212 Border Color

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

This div border color is #fab212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab212


Comments

No comments written yet.

Please login to write comment.