Color Hex Logo

#a6cabd Color Hex

#A6CABD
(166,202,189)
0 Favorites   0 Comments

Color spaces of #a6cabd

RGB 166202189
HSL0.440.250.72
HSV158°18°79°
CMYK 0.180.000.06   0.21
XYZ46.031754.022256.1453
Yxy54.02220.29470.3459
Hunter Lab73.4998-16.83316.1592
CIE-Lab78.4747-14.56492.5083

#a6cabd color RGB value is (166,202,189).

#a6cabd hex color red value is 166, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6cabd hue: 0.44 , saturation: 0.25 and the lightness value of a6cabd is 0.72.

The process color (four color CMYK) of #a6cabd color hex is 0.18, 0.00, 0.06, 0.21. Web safe color of #a6cabd is #99cccc. Color #a6cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001010 10111101
Octal 246 312 275
Decimal 166 202 189
Hex A6 CA BD

RGB Percentages of Color #a6cabd

%29.80
%36.27
%33.93

CMYK Percentages of Color #a6cabd

%18
%0
%6
%21

Triadic Colors of #a6cabd

#a6cabd #bda6ca #cabda6

Analogous Colors of #a6cabd

#a6cabd #a6c5ca #a6caab

Monochromatic Colors of #a6cabd

#a6cabd

Complementary Color

#a6cabd #caa6b3

#a6cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cabd Color CSS Codes

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

#a6cabd Text Font Color

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

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


#a6cabd Background Color

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

This div background color is #a6cabd


#a6cabd Border Color

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

This div border color is #a6cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cabd


Comments

No comments written yet.

Please login to write comment.