Color Hex Logo

#fedf82 Color Hex

#FEDF82
(254,223,130)
0 Favorites   0 Comments

Color spaces of #fedf82

RGB 254223130
HSL0.130.980.75
HSV45°49°100°
CMYK 0.000.120.49   0.00
XYZ71.290075.457931.9265
Yxy75.45790.39900.4223
Hunter Lab86.8665-5.524239.0154
CIE-Lab89.6070-0.912549.2111

#fedf82 color RGB value is (254,223,130).

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

The process color (four color CMYK) of #fedf82 color hex is 0.00, 0.12, 0.49, 0.00. Web safe color of #fedf82 is #ffcc99. Color #fedf82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10000010
Octal 376 337 202
Decimal 254 223 130
Hex FE DF 82

RGB Percentages of Color #fedf82

%41.85
%36.74
%21.42

CMYK Percentages of Color #fedf82

%0
%12
%49
%0

Triadic Colors of #fedf82

#fedf82 #82fedf #df82fe

Analogous Colors of #fedf82

#fedf82 #dffe82 #fea182

Monochromatic Colors of #fedf82

#fedf82

Complementary Color

#fedf82 #82a1fe

#fedf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf82 Color CSS Codes

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

#fedf82 Text Font Color

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

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


#fedf82 Background Color

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

This div background color is #fedf82


#fedf82 Border Color

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

This div border color is #fedf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf82

Related Colors


Comments

No comments written yet.

Please login to write comment.