Color Hex Logo

#fad214 Color Hex

#FAD214
(250,210,20)
0 Favorites   0 Comments

Color spaces of #fad214

RGB 25021020
HSL0.140.960.53
HSV50°92°98°
CMYK 0.000.160.92   0.02
XYZ62.597266.467710.1921
Yxy66.46770.44950.4773
Hunter Lab81.5277-5.620849.6573
CIE-Lab85.2344-1.335783.7326

#fad214 color RGB value is (250,210,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 00010100
Octal 372 322 24
Decimal 250 210 20
Hex FA D2 14

RGB Percentages of Color #fad214

%52.08
%43.75
%4.17

CMYK Percentages of Color #fad214

%0
%16
%92
%2

Triadic Colors of #fad214

#fad214 #14fad2 #d214fa

Analogous Colors of #fad214

#fad214 #affa14 #fa5f14

Monochromatic Colors of #fad214

#fad214

Complementary Color

#fad214 #143cfa

#fad214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad214 Color CSS Codes

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

#fad214 Text Font Color

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

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


#fad214 Background Color

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

This div background color is #fad214


#fad214 Border Color

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

This div border color is #fad214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad214


Comments

No comments written yet.

Please login to write comment.