Color Hex Logo

#a4efbe Color Hex

#A4EFBE
(164,239,190)
0 Favorites   0 Comments

Color spaces of #a4efbe

RGB 164239190
HSL0.390.700.79
HSV141°31°94°
CMYK 0.310.000.21   0.06
XYZ55.470673.343259.9482
Yxy73.34320.29390.3885
Hunter Lab85.6406-34.254318.4456
CIE-Lab88.6111-33.068716.4428

#a4efbe color RGB value is (164,239,190).

#a4efbe hex color red value is 164, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a4efbe hue: 0.39 , saturation: 0.70 and the lightness value of a4efbe is 0.79.

The process color (four color CMYK) of #a4efbe color hex is 0.31, 0.00, 0.21, 0.06. Web safe color of #a4efbe is #99ffcc. Color #a4efbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101111 10111110
Octal 244 357 276
Decimal 164 239 190
Hex A4 EF BE

RGB Percentages of Color #a4efbe

%27.66
%40.30
%32.04

CMYK Percentages of Color #a4efbe

%31
%0
%21
%6

Triadic Colors of #a4efbe

#a4efbe #bea4ef #efbea4

Analogous Colors of #a4efbe

#a4efbe #a4efe4 #b0efa4

Monochromatic Colors of #a4efbe

#a4efbe

Complementary Color

#a4efbe #efa4d5

#a4efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4efbe Color CSS Codes

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

#a4efbe Text Font Color

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

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


#a4efbe Background Color

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

This div background color is #a4efbe


#a4efbe Border Color

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

This div border color is #a4efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4efbe


Comments

No comments written yet.

Please login to write comment.