Color Hex Logo

#fef943 Color Hex

#FEF943
(254,249,67)
0 Favorites   0 Comments

Color spaces of #fef943

RGB 25424967
HSL0.160.990.63
HSV58°74°100°
CMYK 0.000.020.74   0.00
XYZ75.761989.227418.5397
Yxy89.22740.41280.4862
Hunter Lab94.4603-22.139454.4853
CIE-Lab95.6754-17.762181.6916

#fef943 color RGB value is (254,249,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 01000011
Octal 376 371 103
Decimal 254 249 67
Hex FE F9 43

RGB Percentages of Color #fef943

%44.56
%43.68
%11.75

CMYK Percentages of Color #fef943

%0
%2
%74
%0

Triadic Colors of #fef943

#fef943 #43fef9 #f943fe

Analogous Colors of #fef943

#fef943 #a6fe43 #fe9c43

Monochromatic Colors of #fef943

#fef943

Complementary Color

#fef943 #4348fe

#fef943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef943 Color CSS Codes

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

#fef943 Text Font Color

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

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


#fef943 Background Color

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

This div background color is #fef943


#fef943 Border Color

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

This div border color is #fef943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef943

Related Colors


Comments

No comments written yet.

Please login to write comment.