Color Hex Logo

#ffabba Color Hex

#FFABBA
(255,171,186)
1 Favorites   0 Comments

Color spaces of #ffabba

RGB 255171186
HSL0.971.000.84
HSV349°33°100°
CMYK 0.000.330.27   0.00
XYZ64.665853.931053.4558
Yxy53.93100.37580.3135
Hunter Lab73.437728.66278.2488
CIE-Lab78.421532.77055.0194

#ffabba color RGB value is (255,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10111010
Octal 377 253 272
Decimal 255 171 186
Hex FF AB BA

RGB Percentages of Color #ffabba

%41.67
%27.94
%30.39

CMYK Percentages of Color #ffabba

%0
%33
%27
%0

Triadic Colors of #ffabba

#ffabba #baffab #abbaff

Analogous Colors of #ffabba

#ffabba #ffc6ab #ffabe4

Monochromatic Colors of #ffabba

#ffabba

Complementary Color

#ffabba #abfff0

#ffabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabba Color CSS Codes

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

#ffabba Text Font Color

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

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


#ffabba Background Color

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

This div background color is #ffabba


#ffabba Border Color

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

This div border color is #ffabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabba

Related Colors


Comments

No comments written yet.

Please login to write comment.