Color Hex Logo

#ffe48e Color Hex

#FFE48E
(255,228,142)
0 Favorites   0 Comments

Color spaces of #ffe48e

RGB 255228142
HSL0.131.000.78
HSV46°44°100°
CMYK 0.000.110.44   0.00
XYZ73.865978.699836.8886
Yxy78.69980.38990.4154
Hunter Lab88.7129-6.621437.4451
CIE-Lab91.0983-1.933345.2272

#ffe48e color RGB value is (255,228,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 10001110
Octal 377 344 216
Decimal 255 228 142
Hex FF E4 8E

RGB Percentages of Color #ffe48e

%40.80
%36.48
%22.72

CMYK Percentages of Color #ffe48e

%0
%11
%44
%0

Triadic Colors of #ffe48e

#ffe48e #8effe4 #e48eff

Analogous Colors of #ffe48e

#ffe48e #e2ff8e #ffac8e

Monochromatic Colors of #ffe48e

#ffe48e

Complementary Color

#ffe48e #8ea9ff

#ffe48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe48e Color CSS Codes

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

#ffe48e Text Font Color

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

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


#ffe48e Background Color

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

This div background color is #ffe48e


#ffe48e Border Color

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

This div border color is #ffe48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe48e

Related Colors


Comments

No comments written yet.

Please login to write comment.