Color Hex Logo

#a6cfbc Color Hex

#A6CFBC
(166,207,188)
0 Favorites   0 Comments

Color spaces of #a6cfbc

RGB 166207188
HSL0.420.300.73
HSV152°20°81°
CMYK 0.200.000.09   0.19
XYZ47.115856.363555.9729
Yxy56.36350.29550.3535
Hunter Lab75.0756-19.35978.3491
CIE-Lab79.8203-17.30624.9926

#a6cfbc color RGB value is (166,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001111 10111100
Octal 246 317 274
Decimal 166 207 188
Hex A6 CF BC

RGB Percentages of Color #a6cfbc

%29.59
%36.90
%33.51

CMYK Percentages of Color #a6cfbc

%20
%0
%9
%19

Triadic Colors of #a6cfbc

#a6cfbc #bca6cf #cfbca6

Analogous Colors of #a6cfbc

#a6cfbc #a6cecf #a6cfa8

Monochromatic Colors of #a6cfbc

#a6cfbc

Complementary Color

#a6cfbc #cfa6b9

#a6cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cfbc Color CSS Codes

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

#a6cfbc Text Font Color

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

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


#a6cfbc Background Color

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

This div background color is #a6cfbc


#a6cfbc Border Color

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

This div border color is #a6cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cfbc


Comments

No comments written yet.

Please login to write comment.