Color Hex Logo

#a6ebbd Color Hex

#A6EBBD
(166,235,189)
0 Favorites   0 Comments

Color spaces of #a6ebbd

RGB 166235189
HSL0.390.630.79
HSV140°29°92°
CMYK 0.290.000.20   0.08
XYZ54.619571.197859.0079
Yxy71.19780.29550.3852
Hunter Lab84.3788-32.117517.6024
CIE-Lab87.5810-30.776515.5282

#a6ebbd color RGB value is (166,235,189).

#a6ebbd hex color red value is 166, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6ebbd hue: 0.39 , saturation: 0.63 and the lightness value of a6ebbd is 0.79.

The process color (four color CMYK) of #a6ebbd color hex is 0.29, 0.00, 0.20, 0.08. Web safe color of #a6ebbd is #99ffcc. Color #a6ebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101011 10111101
Octal 246 353 275
Decimal 166 235 189
Hex A6 EB BD

RGB Percentages of Color #a6ebbd

%28.14
%39.83
%32.03

CMYK Percentages of Color #a6ebbd

%29
%0
%20
%8

Triadic Colors of #a6ebbd

#a6ebbd #bda6eb #ebbda6

Analogous Colors of #a6ebbd

#a6ebbd #a6ebe0 #b2eba6

Monochromatic Colors of #a6ebbd

#a6ebbd

Complementary Color

#a6ebbd #eba6d4

#a6ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ebbd Color CSS Codes

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

#a6ebbd Text Font Color

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

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


#a6ebbd Background Color

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

This div background color is #a6ebbd


#a6ebbd Border Color

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

This div border color is #a6ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ebbd


Comments

No comments written yet.

Please login to write comment.