Color Hex Logo

#a6cebe Color Hex

#A6CEBE
(166,206,190)
0 Favorites   0 Comments

Color spaces of #a6cebe

RGB 166206190
HSL0.430.290.73
HSV156°19°81°
CMYK 0.190.000.08   0.19
XYZ47.091555.967357.0360
Yxy55.96730.29410.3496
Hunter Lab74.8113-18.55937.1653
CIE-Lab79.5952-16.40423.5966

#a6cebe color RGB value is (166,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001110 10111110
Octal 246 316 276
Decimal 166 206 190
Hex A6 CE BE

RGB Percentages of Color #a6cebe

%29.54
%36.65
%33.81

CMYK Percentages of Color #a6cebe

%19
%0
%8
%19

Triadic Colors of #a6cebe

#a6cebe #bea6ce #cebea6

Analogous Colors of #a6cebe

#a6cebe #a6cace #a6ceaa

Monochromatic Colors of #a6cebe

#a6cebe

Complementary Color

#a6cebe #cea6b6

#a6cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cebe Color CSS Codes

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

#a6cebe Text Font Color

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

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


#a6cebe Background Color

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

This div background color is #a6cebe


#a6cebe Border Color

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

This div border color is #a6cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cebe


Comments

No comments written yet.

Please login to write comment.