Color Hex Logo

#fef646 Color Hex

#FEF646
(254,246,70)
0 Favorites   0 Comments

Color spaces of #fef646

RGB 25424670
HSL0.160.990.64
HSV57°72°100°
CMYK 0.000.030.72   0.00
XYZ74.934387.424618.7195
Yxy87.42460.41380.4828
Hunter Lab93.5011-20.572353.5806
CIE-Lab94.9181-16.192480.0288

#fef646 color RGB value is (254,246,70).

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

The process color (four color CMYK) of #fef646 color hex is 0.00, 0.03, 0.72, 0.00. Web safe color of #fef646 is #ffff33. Color #fef646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 01000110
Octal 376 366 106
Decimal 254 246 70
Hex FE F6 46

RGB Percentages of Color #fef646

%44.56
%43.16
%12.28

CMYK Percentages of Color #fef646

%0
%3
%72
%0

Triadic Colors of #fef646

#fef646 #46fef6 #f646fe

Analogous Colors of #fef646

#fef646 #aafe46 #fe9a46

Monochromatic Colors of #fef646

#fef646

Complementary Color

#fef646 #464efe

#fef646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef646 Color CSS Codes

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

#fef646 Text Font Color

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

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


#fef646 Background Color

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

This div background color is #fef646


#fef646 Border Color

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

This div border color is #fef646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef646


Comments

No comments written yet.

Please login to write comment.