Color Hex Logo

#ffe48d Color Hex

#FFE48D
(255,228,141)
1 Favorites   0 Comments

Color spaces of #ffe48d

RGB 255228141
HSL0.131.000.78
HSV46°45°100°
CMYK 0.000.110.45   0.00
XYZ73.791178.669936.4949
Yxy78.66990.39050.4163
Hunter Lab88.6961-6.714237.6918
CIE-Lab91.0847-2.030145.7016

#ffe48d color RGB value is (255,228,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 10001101
Octal 377 344 215
Decimal 255 228 141
Hex FF E4 8D

RGB Percentages of Color #ffe48d

%40.87
%36.54
%22.60

CMYK Percentages of Color #ffe48d

%0
%11
%45
%0

Triadic Colors of #ffe48d

#ffe48d #8dffe4 #e48dff

Analogous Colors of #ffe48d

#ffe48d #e1ff8d #ffab8d

Monochromatic Colors of #ffe48d

#ffe48d

Complementary Color

#ffe48d #8da8ff

#ffe48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe48d Color CSS Codes

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

#ffe48d Text Font Color

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

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


#ffe48d Background Color

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

This div background color is #ffe48d


#ffe48d Border Color

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

This div border color is #ffe48d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,228,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe48d

#ffe48d Color Palettes


Comments

No comments written yet.

Please login to write comment.