Color Hex Logo

#fef946 Color Hex

#FEF946
(254,249,70)
0 Favorites   0 Comments

Color spaces of #fef946

RGB 25424970
HSL0.160.990.64
HSV58°72°100°
CMYK 0.000.020.72   0.00
XYZ75.854289.264419.0262
Yxy89.26440.41190.4848
Hunter Lab94.4798-22.029054.1962
CIE-Lab95.6908-17.640580.7569

#fef946 color RGB value is (254,249,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 01000110
Octal 376 371 106
Decimal 254 249 70
Hex FE F9 46

RGB Percentages of Color #fef946

%44.33
%43.46
%12.22

CMYK Percentages of Color #fef946

%0
%2
%72
%0

Triadic Colors of #fef946

#fef946 #46fef9 #f946fe

Analogous Colors of #fef946

#fef946 #a7fe46 #fe9d46

Monochromatic Colors of #fef946

#fef946

Complementary Color

#fef946 #464bfe

#fef946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef946 Color CSS Codes

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

#fef946 Text Font Color

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

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


#fef946 Background Color

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

This div background color is #fef946


#fef946 Border Color

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

This div border color is #fef946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef946

Related Colors


Comments

No comments written yet.

Please login to write comment.