Color Hex Logo

#a4efcc Color Hex

#A4EFCC
(164,239,204)
0 Favorites   0 Comments

Color spaces of #a4efcc

RGB 164239204
HSL0.420.700.79
HSV152°31°94°
CMYK 0.310.000.15   0.06
XYZ57.075473.985268.3991
Yxy73.98520.28620.3709
Hunter Lab86.0146-32.081213.0627
CIE-Lab88.9155-30.38939.6008

#a4efcc color RGB value is (164,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101111 11001100
Octal 244 357 314
Decimal 164 239 204
Hex A4 EF CC

RGB Percentages of Color #a4efcc

%27.02
%39.37
%33.61

CMYK Percentages of Color #a4efcc

%31
%0
%15
%6

Triadic Colors of #a4efcc

#a4efcc #cca4ef #efcca4

Analogous Colors of #a4efcc

#a4efcc #a4edef #a4efa7

Monochromatic Colors of #a4efcc

#a4efcc

Complementary Color

#a4efcc #efa4c7

#a4efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4efcc Color CSS Codes

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

#a4efcc Text Font Color

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

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


#a4efcc Background Color

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

This div background color is #a4efcc


#a4efcc Border Color

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

This div border color is #a4efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4efcc


Comments

No comments written yet.

Please login to write comment.