Color Hex Logo

#ffea8d Color Hex

#FFEA8D
(255,234,141)
0 Favorites   0 Comments

Color spaces of #ffea8d

RGB 255234141
HSL0.141.000.78
HSV49°45°100°
CMYK 0.000.080.45   0.00
XYZ75.470582.028737.0547
Yxy82.02870.38790.4216
Hunter Lab90.5697-9.755339.1415
CIE-Lab92.5875-5.047647.5859

#ffea8d color RGB value is (255,234,141).

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

The process color (four color CMYK) of #ffea8d color hex is 0.00, 0.08, 0.45, 0.00. Web safe color of #ffea8d is #ffff99. Color #ffea8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 10001101
Octal 377 352 215
Decimal 255 234 141
Hex FF EA 8D

RGB Percentages of Color #ffea8d

%40.48
%37.14
%22.38

CMYK Percentages of Color #ffea8d

%0
%8
%45
%0

Triadic Colors of #ffea8d

#ffea8d #8dffea #ea8dff

Analogous Colors of #ffea8d

#ffea8d #dbff8d #ffb18d

Monochromatic Colors of #ffea8d

#ffea8d

Complementary Color

#ffea8d #8da2ff

#ffea8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffea8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffea8d Color CSS Codes

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

#ffea8d Text Font Color

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

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


#ffea8d Background Color

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

This div background color is #ffea8d


#ffea8d Border Color

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

This div border color is #ffea8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffea8d


Comments

No comments written yet.

Please login to write comment.