Color Hex Logo

#feef83 Color Hex

#FEEF83
(254,239,131)
0 Favorites   0 Comments

Color spaces of #feef83

RGB 254239131
HSL0.150.980.75
HSV53°48°100°
CMYK 0.000.060.48   0.00
XYZ75.836384.442533.7748
Yxy84.44250.39080.4352
Hunter Lab91.8926-13.501242.5330
CIE-Lab93.6424-8.847453.6524

#feef83 color RGB value is (254,239,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10000011
Octal 376 357 203
Decimal 254 239 131
Hex FE EF 83

RGB Percentages of Color #feef83

%40.71
%38.30
%20.99

CMYK Percentages of Color #feef83

%0
%6
%48
%0

Triadic Colors of #feef83

#feef83 #83feef #ef83fe

Analogous Colors of #feef83

#feef83 #d0fe83 #feb283

Monochromatic Colors of #feef83

#feef83

Complementary Color

#feef83 #8392fe

#feef83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef83 Color CSS Codes

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

#feef83 Text Font Color

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

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


#feef83 Background Color

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

This div background color is #feef83


#feef83 Border Color

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

This div border color is #feef83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef83

Related Colors


Comments

No comments written yet.

Please login to write comment.