Color Hex Logo

#a6ceba Color Hex

#A6CEBA
(166,206,186)
0 Favorites   0 Comments

Color spaces of #a6ceba

RGB 166206186
HSL0.420.290.73
HSV150°19°81°
CMYK 0.190.000.10   0.19
XYZ46.660155.794854.7646
Yxy55.79480.29680.3549
Hunter Lab74.6959-19.21478.8177
CIE-Lab79.4969-17.19235.5963

#a6ceba color RGB value is (166,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001110 10111010
Octal 246 316 272
Decimal 166 206 186
Hex A6 CE BA

RGB Percentages of Color #a6ceba

%29.75
%36.92
%33.33

CMYK Percentages of Color #a6ceba

%19
%0
%10
%19

Triadic Colors of #a6ceba

#a6ceba #baa6ce #cebaa6

Analogous Colors of #a6ceba

#a6ceba #a6cece #a6cea6

Monochromatic Colors of #a6ceba

#a6ceba

Complementary Color

#a6ceba #cea6ba

#a6ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ceba Color CSS Codes

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

#a6ceba Text Font Color

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

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


#a6ceba Background Color

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

This div background color is #a6ceba


#a6ceba Border Color

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

This div border color is #a6ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ceba


Comments

No comments written yet.

Please login to write comment.