Color Hex Logo

#fef012 Color Hex

#FEF012
(254,240,18)
0 Favorites   0 Comments

Color spaces of #fef012

RGB 25424018
HSL0.160.990.53
HSV56°93°100°
CMYK 0.000.060.93   0.00
XYZ72.142383.434712.8745
Yxy83.43470.42830.4953
Hunter Lab91.3426-18.870455.5830
CIE-Lab93.2044-14.615290.1192

#fef012 color RGB value is (254,240,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 00010010
Octal 376 360 22
Decimal 254 240 18
Hex FE F0 12

RGB Percentages of Color #fef012

%49.61
%46.88
%3.52

CMYK Percentages of Color #fef012

%0
%6
%93
%0

Triadic Colors of #fef012

#fef012 #12fef0 #f012fe

Analogous Colors of #fef012

#fef012 #96fe12 #fe7a12

Monochromatic Colors of #fef012

#fef012

Complementary Color

#fef012 #1220fe

#fef012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef012 Color CSS Codes

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

#fef012 Text Font Color

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

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


#fef012 Background Color

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

This div background color is #fef012


#fef012 Border Color

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

This div border color is #fef012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef012

Related Colors


Comments

No comments written yet.

Please login to write comment.