Color Hex Logo

#fad35e Color Hex

#FAD35E
(250,211,94)
0 Favorites   0 Comments

Color spaces of #fad35e

RGB 25021194
HSL0.130.940.67
HSV45°62°98°
CMYK 0.000.160.62   0.02
XYZ64.739067.720720.2490
Yxy67.72070.42390.4435
Hunter Lab82.2926-3.587343.0159
CIE-Lab85.86660.845461.4728

#fad35e color RGB value is (250,211,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 01011110
Octal 372 323 136
Decimal 250 211 94
Hex FA D3 5E

RGB Percentages of Color #fad35e

%45.05
%38.02
%16.94

CMYK Percentages of Color #fad35e

%0
%16
%62
%2

Triadic Colors of #fad35e

#fad35e #5efad3 #d35efa

Analogous Colors of #fad35e

#fad35e #d3fa5e #fa855e

Monochromatic Colors of #fad35e

#fad35e

Complementary Color

#fad35e #5e85fa

#fad35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad35e Color CSS Codes

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

#fad35e Text Font Color

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

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


#fad35e Background Color

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

This div background color is #fad35e


#fad35e Border Color

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

This div border color is #fad35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad35e


Comments

No comments written yet.

Please login to write comment.