Color Hex Logo

#fad26a Color Hex

#FAD26A
(250,210,106)
0 Favorites   0 Comments

Color spaces of #fad26a

RGB 250210106
HSL0.120.940.70
HSV43°58°98°
CMYK 0.000.160.58   0.02
XYZ65.072567.457823.2266
Yxy67.45780.41780.4331
Hunter Lab82.1327-2.309440.7261
CIE-Lab85.73462.168455.9034

#fad26a color RGB value is (250,210,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 01101010
Octal 372 322 152
Decimal 250 210 106
Hex FA D2 6A

RGB Percentages of Color #fad26a

%44.17
%37.10
%18.73

CMYK Percentages of Color #fad26a

%0
%16
%58
%2

Triadic Colors of #fad26a

#fad26a #6afad2 #d26afa

Analogous Colors of #fad26a

#fad26a #dafa6a #fa8a6a

Monochromatic Colors of #fad26a

#fad26a

Complementary Color

#fad26a #6a92fa

#fad26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad26a Color CSS Codes

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

#fad26a Text Font Color

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

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


#fad26a Background Color

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

This div background color is #fad26a


#fad26a Border Color

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

This div border color is #fad26a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,210,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 #fad26a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad26a


Comments

No comments written yet.

Please login to write comment.