Color Hex Logo

#a6efcf Color Hex

#A6EFCF
(166,239,207)
0 Favorites   0 Comments

Color spaces of #a6efcf

RGB 166239207
HSL0.430.700.79
HSV154°31°94°
CMYK 0.310.000.13   0.06
XYZ57.854974.345070.3322
Yxy74.34500.28570.3671
Hunter Lab86.2235-31.120011.9939
CIE-Lab89.0853-29.20958.2949

#a6efcf color RGB value is (166,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101111 11001111
Octal 246 357 317
Decimal 166 239 207
Hex A6 EF CF

RGB Percentages of Color #a6efcf

%27.12
%39.05
%33.82

CMYK Percentages of Color #a6efcf

%31
%0
%13
%6

Triadic Colors of #a6efcf

#a6efcf #cfa6ef #efcfa6

Analogous Colors of #a6efcf

#a6efcf #a6ebef #a6efab

Monochromatic Colors of #a6efcf

#a6efcf

Complementary Color

#a6efcf #efa6c6

#a6efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6efcf Color CSS Codes

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

#a6efcf Text Font Color

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

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


#a6efcf Background Color

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

This div background color is #a6efcf


#a6efcf Border Color

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

This div border color is #a6efcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,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 #a6efcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6efcf


Comments

No comments written yet.

Please login to write comment.