Color Hex Logo

#fad810 Color Hex

#FAD810
(250,216,16)
0 Favorites   0 Comments

Color spaces of #fad810

RGB 25021616
HSL0.140.960.52
HSV51°94°98°
CMYK 0.000.140.94   0.02
XYZ64.073769.473110.5228
Yxy69.47310.44470.4822
Hunter Lab83.3505-8.645950.8601
CIE-Lab86.7378-4.421985.3529

#fad810 color RGB value is (250,216,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 00010000
Octal 372 330 20
Decimal 250 216 16
Hex FA D8 10

RGB Percentages of Color #fad810

%51.87
%44.81
%3.32

CMYK Percentages of Color #fad810

%0
%14
%94
%2

Triadic Colors of #fad810

#fad810 #10fad8 #d810fa

Analogous Colors of #fad810

#fad810 #a7fa10 #fa6310

Monochromatic Colors of #fad810

#fad810

Complementary Color

#fad810 #1032fa

#fad810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad810 Color CSS Codes

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

#fad810 Text Font Color

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

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


#fad810 Background Color

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

This div background color is #fad810


#fad810 Border Color

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

This div border color is #fad810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad810


Comments

No comments written yet.

Please login to write comment.