Color Hex Logo

#faed12 Color Hex

#FAED12
(250,237,18)
0 Favorites   0 Comments

Color spaces of #faed12

RGB 25023718
HSL0.160.960.53
HSV57°93°98°
CMYK 0.000.050.93   0.02
XYZ69.817780.936012.5147
Yxy80.93600.42760.4957
Hunter Lab89.9644-18.911354.7274
CIE-Lab92.1032-14.821089.1437

#faed12 color RGB value is (250,237,18).

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

The process color (four color CMYK) of #faed12 color hex is 0.00, 0.05, 0.93, 0.02. Web safe color of #faed12 is #ffff00. Color #faed12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00010010
Octal 372 355 22
Decimal 250 237 18
Hex FA ED 12

RGB Percentages of Color #faed12

%49.50
%46.93
%3.56

CMYK Percentages of Color #faed12

%0
%5
%93
%2

Triadic Colors of #faed12

#faed12 #12faed #ed12fa

Analogous Colors of #faed12

#faed12 #93fa12 #fa7912

Monochromatic Colors of #faed12

#faed12

Complementary Color

#faed12 #121ffa

#faed12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed12 Color CSS Codes

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

#faed12 Text Font Color

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

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


#faed12 Background Color

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

This div background color is #faed12


#faed12 Border Color

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

This div border color is #faed12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed12

Related Colors


Comments

No comments written yet.

Please login to write comment.