Color Hex Logo

#fef583 Color Hex

#FEF583
(254,245,131)
0 Favorites   0 Comments

Color spaces of #fef583

RGB 254245131
HSL0.150.980.75
HSV56°48°100°
CMYK 0.000.040.48   0.00
XYZ77.622288.014334.3701
Yxy88.01430.38810.4401
Hunter Lab93.8159-16.489143.9499
CIE-Lab95.1670-11.806955.4902

#fef583 color RGB value is (254,245,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10000011
Octal 376 365 203
Decimal 254 245 131
Hex FE F5 83

RGB Percentages of Color #fef583

%40.32
%38.89
%20.79

CMYK Percentages of Color #fef583

%0
%4
%48
%0

Triadic Colors of #fef583

#fef583 #83fef5 #f583fe

Analogous Colors of #fef583

#fef583 #cafe83 #feb883

Monochromatic Colors of #fef583

#fef583

Complementary Color

#fef583 #838cfe

#fef583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef583 Color CSS Codes

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

#fef583 Text Font Color

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

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


#fef583 Background Color

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

This div background color is #fef583


#fef583 Border Color

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

This div border color is #fef583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef583

#fef583 Color Palettes


Comments

No comments written yet.

Please login to write comment.