Color Hex Logo

#fada12 Color Hex

#FADA12
(250,218,18)
0 Favorites   0 Comments

Color spaces of #fada12

RGB 25021818
HSL0.140.960.53
HSV52°93°98°
CMYK 0.000.130.93   0.02
XYZ64.604970.510510.7771
Yxy70.51050.44280.4833
Hunter Lab83.9705-9.614851.1699
CIE-Lab87.2466-5.407085.4968

#fada12 color RGB value is (250,218,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 00010010
Octal 372 332 22
Decimal 250 218 18
Hex FA DA 12

RGB Percentages of Color #fada12

%51.44
%44.86
%3.70

CMYK Percentages of Color #fada12

%0
%13
%93
%2

Triadic Colors of #fada12

#fada12 #12fada #da12fa

Analogous Colors of #fada12

#fada12 #a6fa12 #fa6612

Monochromatic Colors of #fada12

#fada12

Complementary Color

#fada12 #1232fa

#fada12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada12 Color CSS Codes

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

#fada12 Text Font Color

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

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


#fada12 Background Color

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

This div background color is #fada12


#fada12 Border Color

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

This div border color is #fada12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada12


Comments

No comments written yet.

Please login to write comment.