Color Hex Logo

#fef542 Color Hex

#FEF542
(254,245,66)
0 Favorites   0 Comments

Color spaces of #fef542

RGB 25424566
HSL0.160.990.63
HSV57°74°100°
CMYK 0.000.040.74   0.00
XYZ74.508886.769017.9753
Yxy86.76900.41570.4841
Hunter Lab93.1499-20.233653.7636
CIE-Lab94.6402-15.870381.0432

#fef542 color RGB value is (254,245,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01000010
Octal 376 365 102
Decimal 254 245 66
Hex FE F5 42

RGB Percentages of Color #fef542

%44.96
%43.36
%11.68

CMYK Percentages of Color #fef542

%0
%4
%74
%0

Triadic Colors of #fef542

#fef542 #42fef5 #f542fe

Analogous Colors of #fef542

#fef542 #a9fe42 #fe9742

Monochromatic Colors of #fef542

#fef542

Complementary Color

#fef542 #424bfe

#fef542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef542 Color CSS Codes

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

#fef542 Text Font Color

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

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


#fef542 Background Color

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

This div background color is #fef542


#fef542 Border Color

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

This div border color is #fef542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef542

Related Colors


Comments

No comments written yet.

Please login to write comment.