Color Hex Logo

#fed482 Color Hex

#FED482
(254,212,130)
0 Favorites   0 Comments

Color spaces of #fed482

RGB 254212130
HSL0.110.980.75
HSV40°49°100°
CMYK 0.000.170.49   0.00
XYZ68.445869.769530.9785
Yxy69.76950.40450.4124
Hunter Lab83.52810.094736.4805
CIE-Lab86.88374.702445.8440

#fed482 color RGB value is (254,212,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 10000010
Octal 376 324 202
Decimal 254 212 130
Hex FE D4 82

RGB Percentages of Color #fed482

%42.62
%35.57
%21.81

CMYK Percentages of Color #fed482

%0
%17
%49
%0

Triadic Colors of #fed482

#fed482 #82fed4 #d482fe

Analogous Colors of #fed482

#fed482 #eafe82 #fe9682

Monochromatic Colors of #fed482

#fed482

Complementary Color

#fed482 #82acfe

#fed482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed482 Color CSS Codes

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

#fed482 Text Font Color

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

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


#fed482 Background Color

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

This div background color is #fed482


#fed482 Border Color

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

This div border color is #fed482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed482


Comments

No comments written yet.

Please login to write comment.