Color Hex Logo

#ffabad Color Hex

#FFABAD
(255,171,173)
0 Favorites   0 Comments

Color spaces of #ffabad

RGB 255171173
HSL1.001.000.84
HSV359°33°100°
CMYK 0.000.330.32   0.00
XYZ63.345753.403046.5043
Yxy53.40300.38800.3271
Hunter Lab73.077426.843913.4237
CIE-Lab78.112331.090011.6455

#ffabad color RGB value is (255,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10101101
Octal 377 253 255
Decimal 255 171 173
Hex FF AB AD

RGB Percentages of Color #ffabad

%42.57
%28.55
%28.88

CMYK Percentages of Color #ffabad

%0
%33
%32
%0

Triadic Colors of #ffabad

#ffabad #adffab #abadff

Analogous Colors of #ffabad

#ffabad #ffd3ab #ffabd7

Monochromatic Colors of #ffabad

#ffabad

Complementary Color

#ffabad #abfffd

#ffabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabad Color CSS Codes

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

#ffabad Text Font Color

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

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


#ffabad Background Color

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

This div background color is #ffabad


#ffabad Border Color

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

This div border color is #ffabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabad

Related Colors


Comments

No comments written yet.

Please login to write comment.