Color Hex Logo

#fef842 Color Hex

#FEF842
(254,248,66)
0 Favorites   0 Comments

Color spaces of #fef842

RGB 25424866
HSL0.160.990.63
HSV58°74°100°
CMYK 0.000.020.74   0.00
XYZ75.423888.599018.2803
Yxy88.59900.41370.4860
Hunter Lab94.1270-21.690654.3743
CIE-Lab95.4126-17.320181.7579

#fef842 color RGB value is (254,248,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 01000010
Octal 376 370 102
Decimal 254 248 66
Hex FE F8 42

RGB Percentages of Color #fef842

%44.72
%43.66
%11.62

CMYK Percentages of Color #fef842

%0
%2
%74
%0

Triadic Colors of #fef842

#fef842 #42fef8 #f842fe

Analogous Colors of #fef842

#fef842 #a6fe42 #fe9a42

Monochromatic Colors of #fef842

#fef842

Complementary Color

#fef842 #4248fe

#fef842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef842 Color CSS Codes

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

#fef842 Text Font Color

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

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


#fef842 Background Color

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

This div background color is #fef842


#fef842 Border Color

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

This div border color is #fef842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef842

Related Colors


Comments

No comments written yet.

Please login to write comment.