Color Hex Logo

#fad46a Color Hex

#FAD46A
(250,212,106)
0 Favorites   0 Comments

Color spaces of #fad46a

RGB 250212106
HSL0.120.940.70
HSV44°58°98°
CMYK 0.000.150.58   0.02
XYZ65.569368.451623.3923
Yxy68.45160.41650.4349
Hunter Lab82.7355-3.322841.1514
CIE-Lab86.23181.144256.4771

#fad46a color RGB value is (250,212,106).

#fad46a hex color red value is 250, green value is 212 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fad46a hue: 0.12 , saturation: 0.94 and the lightness value of fad46a is 0.70.

The process color (four color CMYK) of #fad46a color hex is 0.00, 0.15, 0.58, 0.02. Web safe color of #fad46a is #ffcc66. Color #fad46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 01101010
Octal 372 324 152
Decimal 250 212 106
Hex FA D4 6A

RGB Percentages of Color #fad46a

%44.01
%37.32
%18.66

CMYK Percentages of Color #fad46a

%0
%15
%58
%2

Triadic Colors of #fad46a

#fad46a #6afad4 #d46afa

Analogous Colors of #fad46a

#fad46a #d8fa6a #fa8c6a

Monochromatic Colors of #fad46a

#fad46a

Complementary Color

#fad46a #6a90fa

#fad46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad46a Color CSS Codes

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

#fad46a Text Font Color

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

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


#fad46a Background Color

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

This div background color is #fad46a


#fad46a Border Color

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

This div border color is #fad46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad46a


Comments

No comments written yet.

Please login to write comment.