Color Hex Logo

#a4feab Color Hex

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

Color spaces of #a4feab

RGB 164254171
HSL0.350.980.82
HSV125°35°100°
CMYK 0.350.000.33   0.00
XYZ58.102381.716451.2386
Yxy81.71640.30410.4277
Hunter Lab90.3971-43.465029.6714
CIE-Lab92.4495-43.107431.4180

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

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

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

Base Numbers

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

RGB Percentages of Color #a4feab

%27.84
%43.12
%29.03

CMYK Percentages of Color #a4feab

%35
%0
%33
%0

Triadic Colors of #a4feab

#a4feab #aba4fe #feaba4

Analogous Colors of #a4feab

#a4feab #a4fed8 #cafea4

Monochromatic Colors of #a4feab

#a4feab

Complementary Color

#a4feab #fea4f7

#a4feab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4feab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4feab Color CSS Codes

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

#a4feab Text Font Color

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

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


#a4feab Background Color

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

This div background color is #a4feab


#a4feab Border Color

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

This div border color is #a4feab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4feab

Related Colors


Comments

No comments written yet.

Please login to write comment.