Color Hex Logo

#a6e7cd Color Hex

#A6E7CD
(166,231,205)
1 Favorites   0 Comments

Color spaces of #a6e7cd

RGB 166231205
HSL0.430.580.78
HSV156°28°91°
CMYK 0.280.000.11   0.09
XYZ55.321269.666668.2889
Yxy69.66660.28620.3605
Hunter Lab83.4665-27.75759.9179
CIE-Lab86.8331-25.78016.1025

#a6e7cd color RGB value is (166,231,205).

#a6e7cd hex color red value is 166, green value is 231 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a6e7cd hue: 0.43 , saturation: 0.58 and the lightness value of a6e7cd is 0.78.

The process color (four color CMYK) of #a6e7cd color hex is 0.28, 0.00, 0.11, 0.09. Web safe color of #a6e7cd is #99ffcc. Color #a6e7cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11100111 11001101
Octal 246 347 315
Decimal 166 231 205
Hex A6 E7 CD

RGB Percentages of Color #a6e7cd

%27.57
%38.37
%34.05

CMYK Percentages of Color #a6e7cd

%28
%0
%11
%9

Triadic Colors of #a6e7cd

#a6e7cd #cda6e7 #e7cda6

Analogous Colors of #a6e7cd

#a6e7cd #a6e1e7 #a6e7ad

Monochromatic Colors of #a6e7cd

#a6e7cd

Complementary Color

#a6e7cd #e7a6c0

#a6e7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6e7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6e7cd Color CSS Codes

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

#a6e7cd Text Font Color

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

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


#a6e7cd Background Color

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

This div background color is #a6e7cd


#a6e7cd Border Color

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

This div border color is #a6e7cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,231,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6e7cd


Comments

No comments written yet.

Please login to write comment.