Color Hex Logo

#fef182 Color Hex

#FEF182
(254,241,130)
0 Favorites   0 Comments

Color spaces of #fef182

RGB 254241130
HSL0.150.980.75
HSV54°49°100°
CMYK 0.000.050.49   0.00
XYZ76.357685.593133.6157
Yxy85.59310.39040.4377
Hunter Lab92.5165-14.580843.2187
CIE-Lab94.1381-9.924154.7200

#fef182 color RGB value is (254,241,130).

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

The process color (four color CMYK) of #fef182 color hex is 0.00, 0.05, 0.49, 0.00. Web safe color of #fef182 is #ffff99. Color #fef182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 10000010
Octal 376 361 202
Decimal 254 241 130
Hex FE F1 82

RGB Percentages of Color #fef182

%40.64
%38.56
%20.80

CMYK Percentages of Color #fef182

%0
%5
%49
%0

Triadic Colors of #fef182

#fef182 #82fef1 #f182fe

Analogous Colors of #fef182

#fef182 #cdfe82 #feb382

Monochromatic Colors of #fef182

#fef182

Complementary Color

#fef182 #828ffe

#fef182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef182 Color CSS Codes

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

#fef182 Text Font Color

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

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


#fef182 Background Color

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

This div background color is #fef182


#fef182 Border Color

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

This div border color is #fef182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef182

Related Colors


Comments

No comments written yet.

Please login to write comment.