Color Hex Logo

#ffa98e Color Hex

#FFA98E
(255,169,142)
0 Favorites   0 Comments

Color spaces of #ffa98e

RGB 255169142
HSL0.041.000.78
HSV14°44°100°
CMYK 0.000.340.44   0.00
XYZ60.310551.588932.3701
Yxy51.58890.41800.3576
Hunter Lab71.825424.188723.5571
CIE-Lab77.034428.646426.9215

#ffa98e color RGB value is (255,169,142).

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

The process color (four color CMYK) of #ffa98e color hex is 0.00, 0.34, 0.44, 0.00. Web safe color of #ffa98e is #ff9999. Color #ffa98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 10001110
Octal 377 251 216
Decimal 255 169 142
Hex FF A9 8E

RGB Percentages of Color #ffa98e

%45.05
%29.86
%25.09

CMYK Percentages of Color #ffa98e

%0
%34
%44
%0

Triadic Colors of #ffa98e

#ffa98e #8effa9 #a98eff

Analogous Colors of #ffa98e

#ffa98e #ffe28e #ff8eac

Monochromatic Colors of #ffa98e

#ffa98e

Complementary Color

#ffa98e #8ee4ff

#ffa98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa98e Color CSS Codes

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

#ffa98e Text Font Color

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

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


#ffa98e Background Color

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

This div background color is #ffa98e


#ffa98e Border Color

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

This div border color is #ffa98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa98e

Related Colors


Comments

No comments written yet.

Please login to write comment.