Color Hex Logo

#a4efbc Color Hex

#A4EFBC
(164,239,188)
0 Favorites   0 Comments

Color spaces of #a4efbc

RGB 164239188
HSL0.390.700.79
HSV139°31°94°
CMYK 0.310.000.21   0.06
XYZ55.253473.256458.8047
Yxy73.25640.29500.3911
Hunter Lab85.5900-34.550119.1777
CIE-Lab88.5699-33.436817.4205

#a4efbc color RGB value is (164,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101111 10111100
Octal 244 357 274
Decimal 164 239 188
Hex A4 EF BC

RGB Percentages of Color #a4efbc

%27.75
%40.44
%31.81

CMYK Percentages of Color #a4efbc

%31
%0
%21
%6

Triadic Colors of #a4efbc

#a4efbc #bca4ef #efbca4

Analogous Colors of #a4efbc

#a4efbc #a4efe2 #b2efa4

Monochromatic Colors of #a4efbc

#a4efbc

Complementary Color

#a4efbc #efa4d7

#a4efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4efbc Color CSS Codes

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

#a4efbc Text Font Color

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

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


#a4efbc Background Color

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

This div background color is #a4efbc


#a4efbc Border Color

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

This div border color is #a4efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4efbc


Comments

No comments written yet.

Please login to write comment.