Color Hex Logo

#fef212 Color Hex

#FEF212
(254,242,18)
0 Favorites   0 Comments

Color spaces of #fef212

RGB 25424218
HSL0.160.990.53
HSV57°93°100°
CMYK 0.000.050.93   0.00
XYZ72.734484.618813.0718
Yxy84.61880.42680.4965
Hunter Lab91.9885-19.841655.9667
CIE-Lab93.7186-15.587290.5068

#fef212 color RGB value is (254,242,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 00010010
Octal 376 362 22
Decimal 254 242 18
Hex FE F2 12

RGB Percentages of Color #fef212

%49.42
%47.08
%3.50

CMYK Percentages of Color #fef212

%0
%5
%93
%0

Triadic Colors of #fef212

#fef212 #12fef2 #f212fe

Analogous Colors of #fef212

#fef212 #94fe12 #fe7c12

Monochromatic Colors of #fef212

#fef212

Complementary Color

#fef212 #121efe

#fef212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef212 Color CSS Codes

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

#fef212 Text Font Color

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

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


#fef212 Background Color

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

This div background color is #fef212


#fef212 Border Color

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

This div border color is #fef212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef212


Comments

No comments written yet.

Please login to write comment.