Color Hex Logo

#a6cfbd Color Hex

#A6CFBD
(166,207,189)
0 Favorites   0 Comments

Color spaces of #a6cfbd

RGB 166207189
HSL0.430.300.73
HSV154°20°81°
CMYK 0.200.000.09   0.19
XYZ47.224056.406856.5427
Yxy56.40680.29480.3522
Hunter Lab75.1045-19.19607.9364
CIE-Lab79.8448-17.10924.4930

#a6cfbd color RGB value is (166,207,189).

#a6cfbd hex color red value is 166, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6cfbd hue: 0.43 , saturation: 0.30 and the lightness value of a6cfbd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001111 10111101
Octal 246 317 275
Decimal 166 207 189
Hex A6 CF BD

RGB Percentages of Color #a6cfbd

%29.54
%36.83
%33.63

CMYK Percentages of Color #a6cfbd

%20
%0
%9
%19

Triadic Colors of #a6cfbd

#a6cfbd #bda6cf #cfbda6

Analogous Colors of #a6cfbd

#a6cfbd #a6cdcf #a6cfa9

Monochromatic Colors of #a6cfbd

#a6cfbd

Complementary Color

#a6cfbd #cfa6b8

#a6cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cfbd Color CSS Codes

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

#a6cfbd Text Font Color

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

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


#a6cfbd Background Color

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

This div background color is #a6cfbd


#a6cfbd Border Color

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

This div border color is #a6cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cfbd


Comments

No comments written yet.

Please login to write comment.