Color Hex Logo

#fed570 Color Hex

#FED570
(254,213,112)
0 Favorites   0 Comments

Color spaces of #fed570

RGB 254213112
HSL0.120.990.72
HSV43°56°100°
CMYK 0.000.160.56   0.00
XYZ67.591969.829225.2451
Yxy69.82920.41550.4293
Hunter Lab83.5639-1.854340.5829
CIE-Lab86.91302.704454.5691

#fed570 color RGB value is (254,213,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01110000
Octal 376 325 160
Decimal 254 213 112
Hex FE D5 70

RGB Percentages of Color #fed570

%43.87
%36.79
%19.34

CMYK Percentages of Color #fed570

%0
%16
%56
%0

Triadic Colors of #fed570

#fed570 #70fed5 #d570fe

Analogous Colors of #fed570

#fed570 #e0fe70 #fe8e70

Monochromatic Colors of #fed570

#fed570

Complementary Color

#fed570 #7099fe

#fed570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed570 Color CSS Codes

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

#fed570 Text Font Color

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

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


#fed570 Background Color

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

This div background color is #fed570


#fed570 Border Color

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

This div border color is #fed570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed570

Related Colors


Comments

No comments written yet.

Please login to write comment.