Color Hex Logo

#fad20e Color Hex

#FAD20E
(250,210,14)
0 Favorites   0 Comments

Color spaces of #fad20e

RGB 25021014
HSL0.140.960.52
HSV50°94°98°
CMYK 0.000.160.94   0.02
XYZ62.550266.44899.9446
Yxy66.44890.45020.4782
Hunter Lab81.5162-5.684149.8282
CIE-Lab85.2249-1.403484.4573

#fad20e color RGB value is (250,210,14).

#fad20e hex color red value is 250, green value is 210 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fad20e hue: 0.14 , saturation: 0.96 and the lightness value of fad20e is 0.52.

The process color (four color CMYK) of #fad20e color hex is 0.00, 0.16, 0.94, 0.02. Web safe color of #fad20e is #ffcc00. Color #fad20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 00001110
Octal 372 322 16
Decimal 250 210 14
Hex FA D2 E

RGB Percentages of Color #fad20e

%52.74
%44.30
%2.95

CMYK Percentages of Color #fad20e

%0
%16
%94
%2

Triadic Colors of #fad20e

#fad20e #0efad2 #d20efa

Analogous Colors of #fad20e

#fad20e #acfa0e #fa5c0e

Monochromatic Colors of #fad20e

#fad20e

Complementary Color

#fad20e #0e36fa

#fad20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad20e Color CSS Codes

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

#fad20e Text Font Color

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

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


#fad20e Background Color

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

This div background color is #fad20e


#fad20e Border Color

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

This div border color is #fad20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad20e


Comments

No comments written yet.

Please login to write comment.