Color Hex Logo

#ff8daa Color Hex

#FF8DAA
(255,141,170)
2 Favorites   0 Comments

Color spaces of #ff8daa

RGB 255141170
HSL0.961.000.78
HSV345°45°100°
CMYK 0.000.450.33   0.00
XYZ58.020643.212043.3129
Yxy43.21200.40140.2990
Hunter Lab65.735842.51226.9493
CIE-Lab71.698646.13724.1148

#ff8daa color RGB value is (255,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001101 10101010
Octal 377 215 252
Decimal 255 141 170
Hex FF 8D AA

RGB Percentages of Color #ff8daa

%45.05
%24.91
%30.04

CMYK Percentages of Color #ff8daa

%0
%45
%33
%0

Triadic Colors of #ff8daa

#ff8daa #aaff8d #8daaff

Analogous Colors of #ff8daa

#ff8daa #ffa98d #ff8de3

Monochromatic Colors of #ff8daa

#ff8daa

Complementary Color

#ff8daa #8dffe2

#ff8daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8daa Color CSS Codes

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

#ff8daa Text Font Color

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

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


#ff8daa Background Color

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

This div background color is #ff8daa


#ff8daa Border Color

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

This div border color is #ff8daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8daa

#ff8daa Color Palettes


Comments

No comments written yet.

Please login to write comment.