Color Hex Logo

#a4efce Color Hex

#A4EFCE
(164,239,206)
0 Favorites   0 Comments

Color spaces of #a4efce

RGB 164239206
HSL0.430.700.79
HSV154°31°94°
CMYK 0.310.000.14   0.06
XYZ57.316974.081769.6708
Yxy74.08170.28510.3684
Hunter Lab86.0707-31.755612.2566
CIE-Lab88.9611-29.99178.6244

#a4efce color RGB value is (164,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101111 11001110
Octal 244 357 316
Decimal 164 239 206
Hex A4 EF CE

RGB Percentages of Color #a4efce

%26.93
%39.24
%33.83

CMYK Percentages of Color #a4efce

%31
%0
%14
%6

Triadic Colors of #a4efce

#a4efce #cea4ef #efcea4

Analogous Colors of #a4efce

#a4efce #a4ebef #a4efa9

Monochromatic Colors of #a4efce

#a4efce

Complementary Color

#a4efce #efa4c5

#a4efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4efce Color CSS Codes

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

#a4efce Text Font Color

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

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


#a4efce Background Color

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

This div background color is #a4efce


#a4efce Border Color

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

This div border color is #a4efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4efce


Comments

No comments written yet.

Please login to write comment.