Color Hex Logo

#ffa98d Color Hex

#FFA98D
(255,169,141)
2 Favorites   0 Comments

Color spaces of #ffa98d

RGB 255169141
HSL0.041.000.78
HSV15°45°100°
CMYK 0.000.340.45   0.00
XYZ60.235751.559031.9764
Yxy51.55900.41900.3586
Hunter Lab71.804624.082723.8599
CIE-Lab77.016428.546227.4339

#ffa98d color RGB value is (255,169,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 10001101
Octal 377 251 215
Decimal 255 169 141
Hex FF A9 8D

RGB Percentages of Color #ffa98d

%45.13
%29.91
%24.96

CMYK Percentages of Color #ffa98d

%0
%34
%45
%0

Triadic Colors of #ffa98d

#ffa98d #8dffa9 #a98dff

Analogous Colors of #ffa98d

#ffa98d #ffe28d #ff8daa

Monochromatic Colors of #ffa98d

#ffa98d

Complementary Color

#ffa98d #8de3ff

#ffa98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa98d Color CSS Codes

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

#ffa98d Text Font Color

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

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


#ffa98d Background Color

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

This div background color is #ffa98d


#ffa98d Border Color

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

This div border color is #ffa98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa98d

Related Colors

#ffa98d Color Palettes


Comments

No comments written yet.

Please login to write comment.