Color Hex Logo

#fed087 Color Hex

#FED087
(254,208,135)
0 Favorites   0 Comments

Color spaces of #fed087

RGB 254208135
HSL0.100.980.76
HSV37°47°100°
CMYK 0.000.180.47   0.00
XYZ67.802167.931932.4603
Yxy67.93190.40310.4039
Hunter Lab82.42082.603634.3440
CIE-Lab85.97247.221142.2080

#fed087 color RGB value is (254,208,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 10000111
Octal 376 320 207
Decimal 254 208 135
Hex FE D0 87

RGB Percentages of Color #fed087

%42.55
%34.84
%22.61

CMYK Percentages of Color #fed087

%0
%18
%47
%0

Triadic Colors of #fed087

#fed087 #87fed0 #d087fe

Analogous Colors of #fed087

#fed087 #f1fe87 #fe9587

Monochromatic Colors of #fed087

#fed087

Complementary Color

#fed087 #87b5fe

#fed087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed087 Color CSS Codes

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

#fed087 Text Font Color

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

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


#fed087 Background Color

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

This div background color is #fed087


#fed087 Border Color

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

This div border color is #fed087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed087


Comments

No comments written yet.

Please login to write comment.