Color Hex Logo

#fed28e Color Hex

#FED28E
(254,210,142)
0 Favorites   0 Comments

Color spaces of #fed28e

RGB 254210142
HSL0.100.980.78
HSV36°44°100°
CMYK 0.000.170.44   0.00
XYZ68.802169.117035.3058
Yxy69.11700.39720.3990
Hunter Lab83.13662.233733.0168
CIE-Lab86.56206.865539.4293

#fed28e color RGB value is (254,210,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 10001110
Octal 376 322 216
Decimal 254 210 142
Hex FE D2 8E

RGB Percentages of Color #fed28e

%41.91
%34.65
%23.43

CMYK Percentages of Color #fed28e

%0
%17
%44
%0

Triadic Colors of #fed28e

#fed28e #8efed2 #d28efe

Analogous Colors of #fed28e

#fed28e #f2fe8e #fe9a8e

Monochromatic Colors of #fed28e

#fed28e

Complementary Color

#fed28e #8ebafe

#fed28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed28e Color CSS Codes

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

#fed28e Text Font Color

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

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


#fed28e Background Color

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

This div background color is #fed28e


#fed28e Border Color

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

This div border color is #fed28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed28e

Related Colors


Comments

No comments written yet.

Please login to write comment.