Color Hex Logo

#a2ebbe Color Hex

#A2EBBE
(162,235,190)
0 Favorites   0 Comments

Color spaces of #a2ebbe

RGB 162235190
HSL0.400.650.78
HSV143°31°92°
CMYK 0.310.000.19   0.08
XYZ53.902970.815759.5430
Yxy70.81570.29250.3843
Hunter Lab84.1521-32.929416.9550
CIE-Lab87.3954-31.802414.7168

#a2ebbe color RGB value is (162,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101011 10111110
Octal 242 353 276
Decimal 162 235 190
Hex A2 EB BE

RGB Percentages of Color #a2ebbe

%27.60
%40.03
%32.37

CMYK Percentages of Color #a2ebbe

%31
%0
%19
%8

Triadic Colors of #a2ebbe

#a2ebbe #bea2eb #ebbea2

Analogous Colors of #a2ebbe

#a2ebbe #a2ebe3 #abeba2

Monochromatic Colors of #a2ebbe

#a2ebbe

Complementary Color

#a2ebbe #eba2cf

#a2ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ebbe Color CSS Codes

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

#a2ebbe Text Font Color

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

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


#a2ebbe Background Color

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

This div background color is #a2ebbe


#a2ebbe Border Color

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

This div border color is #a2ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ebbe


Comments

No comments written yet.

Please login to write comment.