Color Hex Logo

#fadb18 Color Hex

#FADB18
(250,219,24)
1 Favorites   0 Comments

Color spaces of #fadb18

RGB 25021924
HSL0.140.960.54
HSV52°90°98°
CMYK 0.000.120.90   0.02
XYZ64.920771.053011.1571
Yxy71.05300.44120.4829
Hunter Lab84.2929-10.035651.1574
CIE-Lab87.5108-5.830384.8773

#fadb18 color RGB value is (250,219,24).

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

The process color (four color CMYK) of #fadb18 color hex is 0.00, 0.12, 0.90, 0.02. Web safe color of #fadb18 is #ffcc00. Color #fadb18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00011000
Octal 372 333 30
Decimal 250 219 24
Hex FA DB 18

RGB Percentages of Color #fadb18

%50.71
%44.42
%4.87

CMYK Percentages of Color #fadb18

%0
%12
%90
%2

Triadic Colors of #fadb18

#fadb18 #18fadb #db18fa

Analogous Colors of #fadb18

#fadb18 #a8fa18 #fa6a18

Monochromatic Colors of #fadb18

#fadb18

Complementary Color

#fadb18 #1837fa

#fadb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb18 Color CSS Codes

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

#fadb18 Text Font Color

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

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


#fadb18 Background Color

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

This div background color is #fadb18


#fadb18 Border Color

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

This div border color is #fadb18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb18

#fadb18 Color Palettes


Comments

No comments written yet.

Please login to write comment.