Color Hex Logo

#fedd82 Color Hex

#FEDD82
(254,221,130)
0 Favorites   0 Comments

Color spaces of #fedd82

RGB 254221130
HSL0.120.980.75
HSV44°49°100°
CMYK 0.000.130.49   0.00
XYZ70.758874.395431.7495
Yxy74.39540.40000.4205
Hunter Lab86.2528-4.507138.5524
CIE-Lab89.10900.102948.5984

#fedd82 color RGB value is (254,221,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10000010
Octal 376 335 202
Decimal 254 221 130
Hex FE DD 82

RGB Percentages of Color #fedd82

%41.98
%36.53
%21.49

CMYK Percentages of Color #fedd82

%0
%13
%49
%0

Triadic Colors of #fedd82

#fedd82 #82fedd #dd82fe

Analogous Colors of #fedd82

#fedd82 #e1fe82 #fe9f82

Monochromatic Colors of #fedd82

#fedd82

Complementary Color

#fedd82 #82a3fe

#fedd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd82 Color CSS Codes

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

#fedd82 Text Font Color

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

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


#fedd82 Background Color

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

This div background color is #fedd82


#fedd82 Border Color

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

This div border color is #fedd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd82


Comments

No comments written yet.

Please login to write comment.