Color Hex Logo

#a2ebec Color Hex

#A2EBEC
(162,235,236)
0 Favorites   0 Comments

Color spaces of #a2ebec

RGB 162235236
HSL0.500.660.78
HSV181°31°93°
CMYK 0.310.000.00   0.07
XYZ59.748973.154290.3279
Yxy73.15420.26770.3277
Hunter Lab85.5302-24.9831-2.7446
CIE-Lab88.5212-22.2036-7.7158

#a2ebec color RGB value is (162,235,236).

#a2ebec hex color red value is 162, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a2ebec hue: 0.50 , saturation: 0.66 and the lightness value of a2ebec is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101011 11101100
Octal 242 353 354
Decimal 162 235 236
Hex A2 EB EC

RGB Percentages of Color #a2ebec

%25.59
%37.12
%37.28

CMYK Percentages of Color #a2ebec

%31
%0
%0
%7

Triadic Colors of #a2ebec

#a2ebec #eca2eb #ebeca2

Analogous Colors of #a2ebec

#a2ebec #a2c6ec #a2ecc8

Monochromatic Colors of #a2ebec

#a2ebec

Complementary Color

#a2ebec #eca3a2

#a2ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ebec Color CSS Codes

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

#a2ebec Text Font Color

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

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


#a2ebec Background Color

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

This div background color is #a2ebec


#a2ebec Border Color

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

This div border color is #a2ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ebec


Comments

No comments written yet.

Please login to write comment.