Color Hex Logo

#fad12e Color Hex

#FAD12E
(250,209,46)
0 Favorites   0 Comments

Color spaces of #fad12e

RGB 25020946
HSL0.130.950.58
HSV48°82°98°
CMYK 0.000.160.82   0.02
XYZ62.717966.122212.0420
Yxy66.12220.44520.4693
Hunter Lab81.3156-4.626948.1406
CIE-Lab85.0587-0.298978.2381

#fad12e color RGB value is (250,209,46).

#fad12e hex color red value is 250, green value is 209 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fad12e hue: 0.13 , saturation: 0.95 and the lightness value of fad12e is 0.58.

The process color (four color CMYK) of #fad12e color hex is 0.00, 0.16, 0.82, 0.02. Web safe color of #fad12e is #ffcc33. Color #fad12e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 00101110
Octal 372 321 56
Decimal 250 209 46
Hex FA D1 2E

RGB Percentages of Color #fad12e

%49.50
%41.39
%9.11

CMYK Percentages of Color #fad12e

%0
%16
%82
%2

Triadic Colors of #fad12e

#fad12e #2efad1 #d12efa

Analogous Colors of #fad12e

#fad12e #bdfa2e #fa6b2e

Monochromatic Colors of #fad12e

#fad12e

Complementary Color

#fad12e #2e57fa

#fad12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad12e Color CSS Codes

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

#fad12e Text Font Color

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

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


#fad12e Background Color

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

This div background color is #fad12e


#fad12e Border Color

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

This div border color is #fad12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad12e

Related Colors


Comments

No comments written yet.

Please login to write comment.