Color Hex Logo

#fadb6a Color Hex

#FADB6A
(250,219,106)
0 Favorites   0 Comments

Color spaces of #fadb6a

RGB 250219106
HSL0.130.940.70
HSV47°58°98°
CMYK 0.000.120.58   0.02
XYZ67.357472.027623.9883
Yxy72.02760.41230.4409
Hunter Lab84.8691-6.852142.6500
CIE-Lab87.9819-2.419458.4857

#fadb6a color RGB value is (250,219,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 01101010
Octal 372 333 152
Decimal 250 219 106
Hex FA DB 6A

RGB Percentages of Color #fadb6a

%43.48
%38.09
%18.43

CMYK Percentages of Color #fadb6a

%0
%12
%58
%2

Triadic Colors of #fadb6a

#fadb6a #6afadb #db6afa

Analogous Colors of #fadb6a

#fadb6a #d1fa6a #fa936a

Monochromatic Colors of #fadb6a

#fadb6a

Complementary Color

#fadb6a #6a89fa

#fadb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb6a Color CSS Codes

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

#fadb6a Text Font Color

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

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


#fadb6a Background Color

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

This div background color is #fadb6a


#fadb6a Border Color

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

This div border color is #fadb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb6a

#fadb6a Color Palettes


Comments

No comments written yet.

Please login to write comment.