Color Hex Logo

#fadf10 Color Hex

#FADF10
(250,223,16)
0 Favorites   0 Comments

Color spaces of #fadf10

RGB 25022316
HSL0.150.960.52
HSV53°94°98°
CMYK 0.000.110.94   0.02
XYZ65.905573.136811.1334
Yxy73.13680.43890.4870
Hunter Lab85.5201-12.100252.1454
CIE-Lab88.5129-7.934686.6715

#fadf10 color RGB value is (250,223,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00010000
Octal 372 337 20
Decimal 250 223 16
Hex FA DF 10

RGB Percentages of Color #fadf10

%51.12
%45.60
%3.27

CMYK Percentages of Color #fadf10

%0
%11
%94
%2

Triadic Colors of #fadf10

#fadf10 #10fadf #df10fa

Analogous Colors of #fadf10

#fadf10 #a0fa10 #fa6a10

Monochromatic Colors of #fadf10

#fadf10

Complementary Color

#fadf10 #102bfa

#fadf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf10 Color CSS Codes

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

#fadf10 Text Font Color

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

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


#fadf10 Background Color

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

This div background color is #fadf10


#fadf10 Border Color

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

This div border color is #fadf10


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,223,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 #fadf10">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf10


Comments

No comments written yet.

Please login to write comment.