Color Hex Logo

#a6ceab Color Hex

#A6CEAB
(166,206,171)
0 Favorites   0 Comments

Color spaces of #a6ceab

RGB 166206171
HSL0.350.290.73
HSV128°19°81°
CMYK 0.190.000.17   0.19
XYZ45.147955.189946.8012
Yxy55.18990.30680.3751
Hunter Lab74.2899-21.528314.6514
CIE-Lab79.1505-20.007213.1157

#a6ceab color RGB value is (166,206,171).

#a6ceab hex color red value is 166, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a6ceab hue: 0.35 , saturation: 0.29 and the lightness value of a6ceab is 0.73.

The process color (four color CMYK) of #a6ceab color hex is 0.19, 0.00, 0.17, 0.19. Web safe color of #a6ceab is #99cc99. Color #a6ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001110 10101011
Octal 246 316 253
Decimal 166 206 171
Hex A6 CE AB

RGB Percentages of Color #a6ceab

%30.57
%37.94
%31.49

CMYK Percentages of Color #a6ceab

%19
%0
%17
%19

Triadic Colors of #a6ceab

#a6ceab #aba6ce #ceaba6

Analogous Colors of #a6ceab

#a6ceab #a6cebf #b5cea6

Monochromatic Colors of #a6ceab

#a6ceab

Complementary Color

#a6ceab #cea6c9

#a6ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ceab Color CSS Codes

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

#a6ceab Text Font Color

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

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


#a6ceab Background Color

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

This div background color is #a6ceab


#a6ceab Border Color

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

This div border color is #a6ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ceab


Comments

No comments written yet.

Please login to write comment.