Color Hex Logo

#fade12 Color Hex

#FADE12
(250,222,18)
0 Favorites   0 Comments

Color spaces of #fade12

RGB 25022218
HSL0.150.960.53
HSV53°93°98°
CMYK 0.000.110.93   0.02
XYZ65.654872.610211.1271
Yxy72.61020.43950.4860
Hunter Lab85.2116-11.587751.9059
CIE-Lab88.2615-7.412786.2556

#fade12 color RGB value is (250,222,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 00010010
Octal 372 336 22
Decimal 250 222 18
Hex FA DE 12

RGB Percentages of Color #fade12

%51.02
%45.31
%3.67

CMYK Percentages of Color #fade12

%0
%11
%93
%2

Triadic Colors of #fade12

#fade12 #12fade #de12fa

Analogous Colors of #fade12

#fade12 #a2fa12 #fa6a12

Monochromatic Colors of #fade12

#fade12

Complementary Color

#fade12 #122efa

#fade12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade12 Color CSS Codes

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

#fade12 Text Font Color

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

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


#fade12 Background Color

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

This div background color is #fade12


#fade12 Border Color

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

This div border color is #fade12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade12

Related Colors


Comments

No comments written yet.

Please login to write comment.