Color Hex Logo

#a6c4be Color Hex

#A6C4BE
(166,196,190)
0 Favorites   0 Comments

Color spaces of #a6c4be

RGB 166196190
HSL0.470.200.71
HSV168°15°77°
CMYK 0.150.000.03   0.23
XYZ44.760151.304656.2589
Yxy51.30460.29380.3368
Hunter Lab71.6272-13.80243.5703
CIE-Lab76.8632-11.2681-0.3783

#a6c4be color RGB value is (166,196,190).

#a6c4be hex color red value is 166, green value is 196 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a6c4be hue: 0.47 , saturation: 0.20 and the lightness value of a6c4be is 0.71.

The process color (four color CMYK) of #a6c4be color hex is 0.15, 0.00, 0.03, 0.23. Web safe color of #a6c4be is #99cccc. Color #a6c4be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000100 10111110
Octal 246 304 276
Decimal 166 196 190
Hex A6 C4 BE

RGB Percentages of Color #a6c4be

%30.07
%35.51
%34.42

CMYK Percentages of Color #a6c4be

%15
%0
%3
%23

Triadic Colors of #a6c4be

#a6c4be #bea6c4 #c4bea6

Analogous Colors of #a6c4be

#a6c4be #a6bbc4 #a6c4af

Monochromatic Colors of #a6c4be

#a6c4be

Complementary Color

#a6c4be #c4a6ac

#a6c4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c4be Color CSS Codes

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

#a6c4be Text Font Color

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

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


#a6c4be Background Color

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

This div background color is #a6c4be


#a6c4be Border Color

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

This div border color is #a6c4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c4be


Comments

No comments written yet.

Please login to write comment.