Color Hex Logo

#a6cecb Color Hex

#A6CECB
(166,206,203)
0 Favorites   0 Comments

Color spaces of #a6cecb

RGB 166206203
HSL0.490.290.73
HSV176°19°81°
CMYK 0.190.000.01   0.19
XYZ48.576756.561464.8571
Yxy56.56140.28580.3327
Hunter Lab75.2073-16.31891.5148
CIE-Lab79.9323-13.7407-2.8782

#a6cecb color RGB value is (166,206,203).

#a6cecb hex color red value is 166, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a6cecb hue: 0.49 , saturation: 0.29 and the lightness value of a6cecb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001110 11001011
Octal 246 316 313
Decimal 166 206 203
Hex A6 CE CB

RGB Percentages of Color #a6cecb

%28.87
%35.83
%35.30

CMYK Percentages of Color #a6cecb

%19
%0
%1
%19

Triadic Colors of #a6cecb

#a6cecb #cba6ce #cecba6

Analogous Colors of #a6cecb

#a6cecb #a6bdce #a6ceb7

Monochromatic Colors of #a6cecb

#a6cecb

Complementary Color

#a6cecb #cea6a9

#a6cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cecb Color CSS Codes

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

#a6cecb Text Font Color

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

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


#a6cecb Background Color

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

This div background color is #a6cecb


#a6cecb Border Color

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

This div border color is #a6cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cecb


Comments

No comments written yet.

Please login to write comment.