Color Hex Logo

#a6cabb Color Hex

#A6CABB
(166,202,187)
0 Favorites   0 Comments

Color spaces of #a6cabb

RGB 166202187
HSL0.430.250.72
HSV155°18°79°
CMYK 0.180.000.07   0.21
XYZ45.816153.935955.0096
Yxy53.93590.29600.3485
Hunter Lab73.4411-17.16496.9987
CIE-Lab78.4243-14.96193.5102

#a6cabb color RGB value is (166,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001010 10111011
Octal 246 312 273
Decimal 166 202 187
Hex A6 CA BB

RGB Percentages of Color #a6cabb

%29.91
%36.40
%33.69

CMYK Percentages of Color #a6cabb

%18
%0
%7
%21

Triadic Colors of #a6cabb

#a6cabb #bba6ca #cabba6

Analogous Colors of #a6cabb

#a6cabb #a6c7ca #a6caa9

Monochromatic Colors of #a6cabb

#a6cabb

Complementary Color

#a6cabb #caa6b5

#a6cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cabb Color CSS Codes

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

#a6cabb Text Font Color

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

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


#a6cabb Background Color

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

This div background color is #a6cabb


#a6cabb Border Color

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

This div border color is #a6cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cabb


Comments

No comments written yet.

Please login to write comment.