Color Hex Logo

#ffaba2 Color Hex

#FFABA2
(255,171,162)
0 Favorites   0 Comments

Color spaces of #ffaba2

RGB 255171162
HSL0.021.000.82
HSV36°100°
CMYK 0.000.330.36   0.00
XYZ62.324552.994541.1265
Yxy52.99450.39840.3387
Hunter Lab72.797325.425217.4625
CIE-Lab77.871829.767417.2759

#ffaba2 color RGB value is (255,171,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10100010
Octal 377 253 242
Decimal 255 171 162
Hex FF AB A2

RGB Percentages of Color #ffaba2

%43.37
%29.08
%27.55

CMYK Percentages of Color #ffaba2

%0
%33
%36
%0

Triadic Colors of #ffaba2

#ffaba2 #a2ffab #aba2ff

Analogous Colors of #ffaba2

#ffaba2 #ffdaa2 #ffa2c8

Monochromatic Colors of #ffaba2

#ffaba2

Complementary Color

#ffaba2 #a2f6ff

#ffaba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaba2 Color CSS Codes

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

#ffaba2 Text Font Color

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

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


#ffaba2 Background Color

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

This div background color is #ffaba2


#ffaba2 Border Color

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

This div border color is #ffaba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaba2

Related Colors


Comments

No comments written yet.

Please login to write comment.