Color Hex Logo

#abfea4 Color Hex

#ABFEA4
(171,254,164)
0 Favorites   0 Comments

Color spaces of #abfea4

RGB 171254164
HSL0.320.980.82
HSV115°35°100°
CMYK 0.330.000.35   0.00
XYZ58.937282.221947.8861
Yxy82.22190.31180.4349
Hunter Lab90.6763-42.663232.1624
CIE-Lab92.6727-42.046535.2724

#abfea4 color RGB value is (171,254,164).

#abfea4 hex color red value is 171, green value is 254 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #abfea4 hue: 0.32 , saturation: 0.98 and the lightness value of abfea4 is 0.82.

The process color (four color CMYK) of #abfea4 color hex is 0.33, 0.00, 0.35, 0.00. Web safe color of #abfea4 is #99ff99. Color #abfea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 10100100
Octal 253 376 244
Decimal 171 254 164
Hex AB FE A4

RGB Percentages of Color #abfea4

%29.03
%43.12
%27.84

CMYK Percentages of Color #abfea4

%33
%0
%35
%0

Triadic Colors of #abfea4

#abfea4 #a4abfe #fea4ab

Analogous Colors of #abfea4

#abfea4 #a4feca #d8fea4

Monochromatic Colors of #abfea4

#abfea4

Complementary Color

#abfea4 #f7a4fe

#abfea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfea4 Color CSS Codes

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

#abfea4 Text Font Color

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

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


#abfea4 Background Color

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

This div background color is #abfea4


#abfea4 Border Color

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

This div border color is #abfea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfea4


Comments

No comments written yet.

Please login to write comment.