Color Hex Logo

#a4efcf Color Hex

#A4EFCF
(164,239,207)
0 Favorites   0 Comments

Color spaces of #a4efcf

RGB 164239207
HSL0.430.700.79
HSV154°31°94°
CMYK 0.310.000.13   0.06
XYZ57.438874.130570.3128
Yxy74.13050.28450.3672
Hunter Lab86.0991-31.591611.8502
CIE-Lab88.9841-29.79188.1364

#a4efcf color RGB value is (164,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101111 11001111
Octal 244 357 317
Decimal 164 239 207
Hex A4 EF CF

RGB Percentages of Color #a4efcf

%26.89
%39.18
%33.93

CMYK Percentages of Color #a4efcf

%31
%0
%13
%6

Triadic Colors of #a4efcf

#a4efcf #cfa4ef #efcfa4

Analogous Colors of #a4efcf

#a4efcf #a4eaef #a4efaa

Monochromatic Colors of #a4efcf

#a4efcf

Complementary Color

#a4efcf #efa4c4

#a4efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4efcf Color CSS Codes

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

#a4efcf Text Font Color

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

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


#a4efcf Background Color

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

This div background color is #a4efcf


#a4efcf Border Color

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

This div border color is #a4efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4efcf


Comments

No comments written yet.

Please login to write comment.