Color Hex Logo

#fef599 Color Hex

#FEF599
(254,245,153)
0 Favorites   0 Comments

Color spaces of #fef599

RGB 254245153
HSL0.150.980.80
HSV55°40°100°
CMYK 0.000.040.40   0.00
XYZ79.275288.675643.0748
Yxy88.67560.37570.4202
Hunter Lab94.1677-14.523138.7966
CIE-Lab95.4447-9.709745.3263

#fef599 color RGB value is (254,245,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10011001
Octal 376 365 231
Decimal 254 245 153
Hex FE F5 99

RGB Percentages of Color #fef599

%38.96
%37.58
%23.47

CMYK Percentages of Color #fef599

%0
%4
%40
%0

Triadic Colors of #fef599

#fef599 #99fef5 #f599fe

Analogous Colors of #fef599

#fef599 #d5fe99 #fec399

Monochromatic Colors of #fef599

#fef599

Complementary Color

#fef599 #99a2fe

#fef599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef599 Color CSS Codes

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

#fef599 Text Font Color

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

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


#fef599 Background Color

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

This div background color is #fef599


#fef599 Border Color

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

This div border color is #fef599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef599


Comments

No comments written yet.

Please login to write comment.