Color Hex Logo

#fedc70 Color Hex

#FEDC70
(254,220,112)
0 Favorites   0 Comments

Color spaces of #fedc70

RGB 254220112
HSL0.130.990.72
HSV46°56°100°
CMYK 0.000.130.56   0.00
XYZ69.390973.427125.8448
Yxy73.42710.41140.4353
Hunter Lab85.6896-5.408742.1003
CIE-Lab88.6510-0.862056.6004

#fedc70 color RGB value is (254,220,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01110000
Octal 376 334 160
Decimal 254 220 112
Hex FE DC 70

RGB Percentages of Color #fedc70

%43.34
%37.54
%19.11

CMYK Percentages of Color #fedc70

%0
%13
%56
%0

Triadic Colors of #fedc70

#fedc70 #70fedc #dc70fe

Analogous Colors of #fedc70

#fedc70 #d9fe70 #fe9570

Monochromatic Colors of #fedc70

#fedc70

Complementary Color

#fedc70 #7092fe

#fedc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc70 Color CSS Codes

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

#fedc70 Text Font Color

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

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


#fedc70 Background Color

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

This div background color is #fedc70


#fedc70 Border Color

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

This div border color is #fedc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc70

Related Colors


Comments

No comments written yet.

Please login to write comment.