Color Hex Logo

#fafe0c Color Hex

#FAFE0C
(250,254,12)
0 Favorites   0 Comments

Color spaces of #fafe0c

RGB 25025412
HSL0.170.990.52
HSV61°95°100°
CMYK 0.020.000.95   0.00
XYZ74.932591.234214.0084
Yxy91.23420.41590.5064
Hunter Lab95.5166-27.121358.1662
CIE-Lab96.5064-23.042193.0111

#fafe0c color RGB value is (250,254,12).

#fafe0c hex color red value is 250, green value is 254 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fafe0c hue: 0.17 , saturation: 0.99 and the lightness value of fafe0c is 0.52.

The process color (four color CMYK) of #fafe0c color hex is 0.02, 0.00, 0.95, 0.00. Web safe color of #fafe0c is #ffff00. Color #fafe0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 00001100
Octal 372 376 14
Decimal 250 254 12
Hex FA FE C

RGB Percentages of Color #fafe0c

%48.45
%49.22
%2.33

CMYK Percentages of Color #fafe0c

%2
%0
%95
%0

Triadic Colors of #fafe0c

#fafe0c #0cfafe #fe0cfa

Analogous Colors of #fafe0c

#fafe0c #81fe0c #fe890c

Monochromatic Colors of #fafe0c

#fafe0c

Complementary Color

#fafe0c #100cfe

#fafe0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe0c Color CSS Codes

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

#fafe0c Text Font Color

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

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


#fafe0c Background Color

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

This div background color is #fafe0c


#fafe0c Border Color

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

This div border color is #fafe0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe0c

Related Colors


Comments

No comments written yet.

Please login to write comment.