Color Hex Logo

#a2ebbd Color Hex

#A2EBBD
(162,235,189)
0 Favorites   0 Comments

Color spaces of #a2ebbd

RGB 162235189
HSL0.390.650.78
HSV142°31°92°
CMYK 0.310.000.20   0.08
XYZ53.793970.772258.9693
Yxy70.77220.29310.3856
Hunter Lab84.1262-33.080317.3283
CIE-Lab87.3742-31.990215.2072

#a2ebbd color RGB value is (162,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101011 10111101
Octal 242 353 275
Decimal 162 235 189
Hex A2 EB BD

RGB Percentages of Color #a2ebbd

%27.65
%40.10
%32.25

CMYK Percentages of Color #a2ebbd

%31
%0
%20
%8

Triadic Colors of #a2ebbd

#a2ebbd #bda2eb #ebbda2

Analogous Colors of #a2ebbd

#a2ebbd #a2ebe2 #aceba2

Monochromatic Colors of #a2ebbd

#a2ebbd

Complementary Color

#a2ebbd #eba2d0

#a2ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ebbd Color CSS Codes

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

#a2ebbd Text Font Color

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

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


#a2ebbd Background Color

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

This div background color is #a2ebbd


#a2ebbd Border Color

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

This div border color is #a2ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ebbd


Comments

No comments written yet.

Please login to write comment.