Color Hex Logo

#ffabae Color Hex

#FFABAE
(255,171,174)
0 Favorites   0 Comments

Color spaces of #ffabae

RGB 255171174
HSL0.991.000.84
HSV358°33°100°
CMYK 0.000.330.32   0.00
XYZ63.442953.441847.0159
Yxy53.44180.38710.3261
Hunter Lab73.103926.978613.0411
CIE-Lab78.135131.215111.1345

#ffabae color RGB value is (255,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10101110
Octal 377 253 256
Decimal 255 171 174
Hex FF AB AE

RGB Percentages of Color #ffabae

%42.50
%28.50
%29.00

CMYK Percentages of Color #ffabae

%0
%33
%32
%0

Triadic Colors of #ffabae

#ffabae #aeffab #abaeff

Analogous Colors of #ffabae

#ffabae #ffd2ab #ffabd8

Monochromatic Colors of #ffabae

#ffabae

Complementary Color

#ffabae #abfffc

#ffabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabae Color CSS Codes

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

#ffabae Text Font Color

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

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


#ffabae Background Color

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

This div background color is #ffabae


#ffabae Border Color

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

This div border color is #ffabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabae


Comments

No comments written yet.

Please login to write comment.