Color Hex Logo

#fad161 Color Hex

#FAD161
(250,209,97)
0 Favorites   0 Comments

Color spaces of #fad161

RGB 25020997
HSL0.120.940.68
HSV44°61°98°
CMYK 0.000.160.61   0.02
XYZ64.382566.788020.8073
Yxy66.78800.42360.4395
Hunter Lab81.7239-2.393742.1112
CIE-Lab85.39682.061559.6231

#fad161 color RGB value is (250,209,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 01100001
Octal 372 321 141
Decimal 250 209 97
Hex FA D1 61

RGB Percentages of Color #fad161

%44.96
%37.59
%17.45

CMYK Percentages of Color #fad161

%0
%16
%61
%2

Triadic Colors of #fad161

#fad161 #61fad1 #d161fa

Analogous Colors of #fad161

#fad161 #d7fa61 #fa8561

Monochromatic Colors of #fad161

#fad161

Complementary Color

#fad161 #618afa

#fad161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad161 Color CSS Codes

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

#fad161 Text Font Color

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

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


#fad161 Background Color

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

This div background color is #fad161


#fad161 Border Color

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

This div border color is #fad161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad161


Comments

No comments written yet.

Please login to write comment.