Color Hex Logo

#faad18 Color Hex

#FAAD18
(250,173,24)
0 Favorites   0 Comments

Color spaces of #faad18

RGB 25017324
HSL0.110.960.54
HSV40°90°98°
CMYK 0.000.310.90   0.02
XYZ54.532850.27717.6944
Yxy50.27710.48470.4469
Hunter Lab70.906313.195043.2006
CIE-Lab76.239017.891376.3463

#faad18 color RGB value is (250,173,24).

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

The process color (four color CMYK) of #faad18 color hex is 0.00, 0.31, 0.90, 0.02. Web safe color of #faad18 is #ff9900. Color #faad18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 00011000
Octal 372 255 30
Decimal 250 173 24
Hex FA AD 18

RGB Percentages of Color #faad18

%55.93
%38.70
%5.37

CMYK Percentages of Color #faad18

%0
%31
%90
%2

Triadic Colors of #faad18

#faad18 #18faad #ad18fa

Analogous Colors of #faad18

#faad18 #d6fa18 #fa3c18

Monochromatic Colors of #faad18

#faad18

Complementary Color

#faad18 #1865fa

#faad18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad18 Color CSS Codes

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

#faad18 Text Font Color

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

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


#faad18 Background Color

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

This div background color is #faad18


#faad18 Border Color

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

This div border color is #faad18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad18


Comments

No comments written yet.

Please login to write comment.