Color Hex Logo

#ffadb9 Color Hex

#FFADB9
(255,173,185)
1 Favorites   1 Comments

Color spaces of #ffadb9

RGB 255173185
HSL0.981.000.84
HSV351°32°100°
CMYK 0.000.320.27   0.00
XYZ64.940554.649953.0247
Yxy54.64990.37620.3166
Hunter Lab73.925627.43509.2209
CIE-Lab78.839231.59206.1649

#ffadb9 color RGB value is (255,173,185).

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

The process color (four color CMYK) of #ffadb9 color hex is 0.00, 0.32, 0.27, 0.00. Web safe color of #ffadb9 is #ff99cc. Color #ffadb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10111001
Octal 377 255 271
Decimal 255 173 185
Hex FF AD B9

RGB Percentages of Color #ffadb9

%41.60
%28.22
%30.18

CMYK Percentages of Color #ffadb9

%0
%32
%27
%0

Triadic Colors of #ffadb9

#ffadb9 #b9ffad #adb9ff

Analogous Colors of #ffadb9

#ffadb9 #ffcaad #ffade2

Monochromatic Colors of #ffadb9

#ffadb9

Complementary Color

#ffadb9 #adfff3

#ffadb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadb9 Color CSS Codes

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

#ffadb9 Text Font Color

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

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


#ffadb9 Background Color

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

This div background color is #ffadb9


#ffadb9 Border Color

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

This div border color is #ffadb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadb9

Related Colors

#ffadb9 Color Palettes


Comments

26 Apr 2015, 16:16 Pixieie

My absolute favorite color!!!

Please login to write comment.