Color Hex Logo

#fada18 Color Hex

#FADA18
(250,218,24)
0 Favorites   0 Comments

Color spaces of #fada18

RGB 25021824
HSL0.140.960.54
HSV52°90°98°
CMYK 0.000.130.90   0.02
XYZ64.660670.532711.0704
Yxy70.53270.44210.4822
Hunter Lab83.9837-9.541250.9733
CIE-Lab87.2575-5.327484.6837

#fada18 color RGB value is (250,218,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 00011000
Octal 372 332 30
Decimal 250 218 24
Hex FA DA 18

RGB Percentages of Color #fada18

%50.81
%44.31
%4.88

CMYK Percentages of Color #fada18

%0
%13
%90
%2

Triadic Colors of #fada18

#fada18 #18fada #da18fa

Analogous Colors of #fada18

#fada18 #a9fa18 #fa6918

Monochromatic Colors of #fada18

#fada18

Complementary Color

#fada18 #1838fa

#fada18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada18 Color CSS Codes

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

#fada18 Text Font Color

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

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


#fada18 Background Color

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

This div background color is #fada18


#fada18 Border Color

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

This div border color is #fada18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada18

Related Colors


Comments

No comments written yet.

Please login to write comment.