Color Hex Logo

#a6ebef Color Hex

#A6EBEF
(166,235,239)
0 Favorites   0 Comments

Color spaces of #a6ebef

RGB 166235239
HSL0.510.700.79
HSV183°31°94°
CMYK 0.310.020.00   0.06
XYZ61.014273.755692.6818
Yxy73.75560.26830.3243
Hunter Lab85.8811-23.4766-3.8683
CIE-Lab88.8068-20.4324-8.8417

#a6ebef color RGB value is (166,235,239).

#a6ebef hex color red value is 166, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a6ebef hue: 0.51 , saturation: 0.70 and the lightness value of a6ebef is 0.79.

The process color (four color CMYK) of #a6ebef color hex is 0.31, 0.02, 0.00, 0.06. Web safe color of #a6ebef is #99ffff. Color #a6ebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101011 11101111
Octal 246 353 357
Decimal 166 235 239
Hex A6 EB EF

RGB Percentages of Color #a6ebef

%25.94
%36.72
%37.34

CMYK Percentages of Color #a6ebef

%31
%2
%0
%6

Triadic Colors of #a6ebef

#a6ebef #efa6eb #ebefa6

Analogous Colors of #a6ebef

#a6ebef #a6c7ef #a6efcf

Monochromatic Colors of #a6ebef

#a6ebef

Complementary Color

#a6ebef #efaaa6

#a6ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ebef Color CSS Codes

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

#a6ebef Text Font Color

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

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


#a6ebef Background Color

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

This div background color is #a6ebef


#a6ebef Border Color

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

This div border color is #a6ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ebef


Comments

No comments written yet.

Please login to write comment.