Color Hex Logo

#face12 Color Hex

#FACE12
(250,206,18)
0 Favorites   0 Comments

Color spaces of #face12

RGB 25020618
HSL0.140.960.53
HSV49°93°98°
CMYK 0.000.180.93   0.02
XYZ61.604864.51039.7771
Yxy64.51030.45330.4747
Hunter Lab80.3183-3.646149.0055
CIE-Lab84.23080.679383.2518

#face12 color RGB value is (250,206,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 00010010
Octal 372 316 22
Decimal 250 206 18
Hex FA CE 12

RGB Percentages of Color #face12

%52.74
%43.46
%3.80

CMYK Percentages of Color #face12

%0
%18
%93
%2

Triadic Colors of #face12

#face12 #12face #ce12fa

Analogous Colors of #face12

#face12 #b2fa12 #fa5a12

Monochromatic Colors of #face12

#face12

Complementary Color

#face12 #123efa

#face12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face12 Color CSS Codes

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

#face12 Text Font Color

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

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


#face12 Background Color

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

This div background color is #face12


#face12 Border Color

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

This div border color is #face12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face12


Comments

No comments written yet.

Please login to write comment.