Color Hex Logo

#ffe28e Color Hex

#FFE28E
(255,226,142)
0 Favorites   0 Comments

Color spaces of #ffe28e

RGB 255226142
HSL0.121.000.78
HSV45°44°100°
CMYK 0.000.110.44   0.00
XYZ73.318877.605736.7063
Yxy77.60570.39080.4136
Hunter Lab88.0941-5.603036.9614
CIE-Lab90.5997-0.921944.5976

#ffe28e color RGB value is (255,226,142).

#ffe28e hex color red value is 255, green value is 226 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ffe28e hue: 0.12 , saturation: 1.00 and the lightness value of ffe28e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 10001110
Octal 377 342 216
Decimal 255 226 142
Hex FF E2 8E

RGB Percentages of Color #ffe28e

%40.93
%36.28
%22.79

CMYK Percentages of Color #ffe28e

%0
%11
%44
%0

Triadic Colors of #ffe28e

#ffe28e #8effe2 #e28eff

Analogous Colors of #ffe28e

#ffe28e #e4ff8e #ffaa8e

Monochromatic Colors of #ffe28e

#ffe28e

Complementary Color

#ffe28e #8eabff

#ffe28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe28e Color CSS Codes

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

#ffe28e Text Font Color

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

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


#ffe28e Background Color

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

This div background color is #ffe28e


#ffe28e Border Color

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

This div border color is #ffe28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe28e


Comments

No comments written yet.

Please login to write comment.