Color Hex Logo

#fed487 Color Hex

#FED487
(254,212,135)
0 Favorites   0 Comments

Color spaces of #fed487

RGB 254212135
HSL0.110.980.76
HSV39°47°100°
CMYK 0.000.170.47   0.00
XYZ68.789769.907132.7895
Yxy69.90710.40110.4077
Hunter Lab83.61050.540835.2756
CIE-Lab86.95135.160443.4456

#fed487 color RGB value is (254,212,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 10000111
Octal 376 324 207
Decimal 254 212 135
Hex FE D4 87

RGB Percentages of Color #fed487

%42.26
%35.27
%22.46

CMYK Percentages of Color #fed487

%0
%17
%47
%0

Triadic Colors of #fed487

#fed487 #87fed4 #d487fe

Analogous Colors of #fed487

#fed487 #edfe87 #fe9987

Monochromatic Colors of #fed487

#fed487

Complementary Color

#fed487 #87b1fe

#fed487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed487 Color CSS Codes

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

#fed487 Text Font Color

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

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


#fed487 Background Color

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

This div background color is #fed487


#fed487 Border Color

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

This div border color is #fed487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed487

Related Colors


Comments

No comments written yet.

Please login to write comment.