Color Hex Logo

#fef592 Color Hex

#FEF592
(254,245,146)
0 Favorites   0 Comments

Color spaces of #fef592

RGB 254245146
HSL0.150.980.78
HSV55°43°100°
CMYK 0.000.040.43   0.00
XYZ78.713888.451040.1182
Yxy88.45100.37970.4267
Hunter Lab94.0484-15.189140.5426
CIE-Lab95.3505-10.417448.6030

#fef592 color RGB value is (254,245,146).

#fef592 hex color red value is 254, green value is 245 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fef592 hue: 0.15 , saturation: 0.98 and the lightness value of fef592 is 0.78.

The process color (four color CMYK) of #fef592 color hex is 0.00, 0.04, 0.43, 0.00. Web safe color of #fef592 is #ffff99. Color #fef592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10010010
Octal 376 365 222
Decimal 254 245 146
Hex FE F5 92

RGB Percentages of Color #fef592

%39.38
%37.98
%22.64

CMYK Percentages of Color #fef592

%0
%4
%43
%0

Triadic Colors of #fef592

#fef592 #92fef5 #f592fe

Analogous Colors of #fef592

#fef592 #d1fe92 #febf92

Monochromatic Colors of #fef592

#fef592

Complementary Color

#fef592 #929bfe

#fef592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef592 Color CSS Codes

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

#fef592 Text Font Color

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

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


#fef592 Background Color

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

This div background color is #fef592


#fef592 Border Color

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

This div border color is #fef592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef592

Related Colors


Comments

No comments written yet.

Please login to write comment.