Color Hex Logo

#fed870 Color Hex

#FED870
(254,216,112)
0 Favorites   0 Comments

Color spaces of #fed870

RGB 254216112
HSL0.120.990.72
HSV44°56°100°
CMYK 0.000.150.56   0.00
XYZ68.353571.352425.4990
Yxy71.35240.41370.4319
Hunter Lab84.4703-3.380741.2314
CIE-Lab87.65591.172255.4395

#fed870 color RGB value is (254,216,112).

#fed870 hex color red value is 254, green value is 216 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fed870 hue: 0.12 , saturation: 0.99 and the lightness value of fed870 is 0.72.

The process color (four color CMYK) of #fed870 color hex is 0.00, 0.15, 0.56, 0.00. Web safe color of #fed870 is #ffcc66. Color #fed870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01110000
Octal 376 330 160
Decimal 254 216 112
Hex FE D8 70

RGB Percentages of Color #fed870

%43.64
%37.11
%19.24

CMYK Percentages of Color #fed870

%0
%15
%56
%0

Triadic Colors of #fed870

#fed870 #70fed8 #d870fe

Analogous Colors of #fed870

#fed870 #ddfe70 #fe9170

Monochromatic Colors of #fed870

#fed870

Complementary Color

#fed870 #7096fe

#fed870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed870 Color CSS Codes

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

#fed870 Text Font Color

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

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


#fed870 Background Color

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

This div background color is #fed870


#fed870 Border Color

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

This div border color is #fed870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed870


Comments

No comments written yet.

Please login to write comment.