Color Hex Logo

#a6ccbf Color Hex

#A6CCBF
(166,204,191)
0 Favorites   0 Comments

Color spaces of #a6ccbf

RGB 166204191
HSL0.440.270.73
HSV159°19°80°
CMYK 0.190.000.06   0.20
XYZ46.722755.054357.4542
Yxy55.05430.29340.3458
Hunter Lab74.1986-17.44646.0290
CIE-Lab79.0725-15.18682.3023

#a6ccbf color RGB value is (166,204,191).

#a6ccbf hex color red value is 166, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a6ccbf hue: 0.44 , saturation: 0.27 and the lightness value of a6ccbf is 0.73.

The process color (four color CMYK) of #a6ccbf color hex is 0.19, 0.00, 0.06, 0.20. Web safe color of #a6ccbf is #99cccc. Color #a6ccbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001100 10111111
Octal 246 314 277
Decimal 166 204 191
Hex A6 CC BF

RGB Percentages of Color #a6ccbf

%29.59
%36.36
%34.05

CMYK Percentages of Color #a6ccbf

%19
%0
%6
%20

Triadic Colors of #a6ccbf

#a6ccbf #bfa6cc #ccbfa6

Analogous Colors of #a6ccbf

#a6ccbf #a6c6cc #a6ccac

Monochromatic Colors of #a6ccbf

#a6ccbf

Complementary Color

#a6ccbf #cca6b3

#a6ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ccbf Color CSS Codes

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

#a6ccbf Text Font Color

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

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


#a6ccbf Background Color

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

This div background color is #a6ccbf


#a6ccbf Border Color

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

This div border color is #a6ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ccbf


Comments

No comments written yet.

Please login to write comment.