Color Hex Logo

#a2ebbf Color Hex

#A2EBBF
(162,235,191)
0 Favorites   0 Comments

Color spaces of #a2ebbf

RGB 162235191
HSL0.400.650.78
HSV144°31°92°
CMYK 0.310.000.19   0.08
XYZ54.012670.859660.1207
Yxy70.85960.29200.3830
Hunter Lab84.1781-32.777916.5793
CIE-Lab87.4168-31.613914.2264

#a2ebbf color RGB value is (162,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101011 10111111
Octal 242 353 277
Decimal 162 235 191
Hex A2 EB BF

RGB Percentages of Color #a2ebbf

%27.55
%39.97
%32.48

CMYK Percentages of Color #a2ebbf

%31
%0
%19
%8

Triadic Colors of #a2ebbf

#a2ebbf #bfa2eb #ebbfa2

Analogous Colors of #a2ebbf

#a2ebbf #a2ebe4 #aaeba2

Monochromatic Colors of #a2ebbf

#a2ebbf

Complementary Color

#a2ebbf #eba2ce

#a2ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ebbf Color CSS Codes

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

#a2ebbf Text Font Color

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

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


#a2ebbf Background Color

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

This div background color is #a2ebbf


#a2ebbf Border Color

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

This div border color is #a2ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ebbf


Comments

No comments written yet.

Please login to write comment.