Color Hex Logo

#a6fcbe Color Hex

#A6FCBE
(166,252,190)
0 Favorites   0 Comments

Color spaces of #a6fcbe

RGB 166252190
HSL0.380.930.82
HSV137°34°99°
CMYK 0.340.000.25   0.01
XYZ59.830681.445561.2824
Yxy81.44550.29540.4021
Hunter Lab90.2472-39.593522.9121
CIE-Lab92.3296-38.423821.6467

#a6fcbe color RGB value is (166,252,190).

#a6fcbe hex color red value is 166, green value is 252 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a6fcbe hue: 0.38 , saturation: 0.93 and the lightness value of a6fcbe is 0.82.

The process color (four color CMYK) of #a6fcbe color hex is 0.34, 0.00, 0.25, 0.01. Web safe color of #a6fcbe is #99ffcc. Color #a6fcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111100 10111110
Octal 246 374 276
Decimal 166 252 190
Hex A6 FC BE

RGB Percentages of Color #a6fcbe

%27.30
%41.45
%31.25

CMYK Percentages of Color #a6fcbe

%34
%0
%25
%1

Triadic Colors of #a6fcbe

#a6fcbe #bea6fc #fcbea6

Analogous Colors of #a6fcbe

#a6fcbe #a6fce9 #b9fca6

Monochromatic Colors of #a6fcbe

#a6fcbe

Complementary Color

#a6fcbe #fca6e4

#a6fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fcbe Color CSS Codes

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

#a6fcbe Text Font Color

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

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


#a6fcbe Background Color

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

This div background color is #a6fcbe


#a6fcbe Border Color

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

This div border color is #a6fcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fcbe


Comments

No comments written yet.

Please login to write comment.