Color Hex Logo

#ffa0ad Color Hex

#FFA0AD
(255,160,173)
1 Favorites   0 Comments

Color spaces of #ffa0ad

RGB 255160173
HSL0.981.000.81
HSV352°37°100°
CMYK 0.000.370.32   0.00
XYZ61.353649.418745.8402
Yxy49.41870.39180.3155
Hunter Lab70.298432.765210.5471
CIE-Lab75.711136.81328.2258

#ffa0ad color RGB value is (255,160,173).

#ffa0ad hex color red value is 255, green value is 160 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ffa0ad hue: 0.98 , saturation: 1.00 and the lightness value of ffa0ad is 0.81.

The process color (four color CMYK) of #ffa0ad color hex is 0.00, 0.37, 0.32, 0.00. Web safe color of #ffa0ad is #ff9999. Color #ffa0ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 10101101
Octal 377 240 255
Decimal 255 160 173
Hex FF A0 AD

RGB Percentages of Color #ffa0ad

%43.37
%27.21
%29.42

CMYK Percentages of Color #ffa0ad

%0
%37
%32
%0

Triadic Colors of #ffa0ad

#ffa0ad #adffa0 #a0adff

Analogous Colors of #ffa0ad

#ffa0ad #ffc3a0 #ffa0dd

Monochromatic Colors of #ffa0ad

#ffa0ad

Complementary Color

#ffa0ad #a0fff2

#ffa0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa0ad Color CSS Codes

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

#ffa0ad Text Font Color

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

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


#ffa0ad Background Color

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

This div background color is #ffa0ad


#ffa0ad Border Color

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

This div border color is #ffa0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa0ad

#ffa0ad Color Palettes


Comments

No comments written yet.

Please login to write comment.