Color Hex Logo

#abeba2 Color Hex

#ABEBA2
(171,235,162)
0 Favorites   0 Comments

Color spaces of #abeba2

RGB 171235162
HSL0.310.650.78
HSV113°31°92°
CMYK 0.270.000.31   0.08
XYZ53.024570.683245.0310
Yxy70.68320.31420.4189
Hunter Lab84.0733-34.549527.0946
CIE-Lab87.3309-33.784729.1472

#abeba2 color RGB value is (171,235,162).

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

The process color (four color CMYK) of #abeba2 color hex is 0.27, 0.00, 0.31, 0.08. Web safe color of #abeba2 is #99ff99. Color #abeba2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10100010
Octal 253 353 242
Decimal 171 235 162
Hex AB EB A2

RGB Percentages of Color #abeba2

%30.11
%41.37
%28.52

CMYK Percentages of Color #abeba2

%27
%0
%31
%8

Triadic Colors of #abeba2

#abeba2 #a2abeb #eba2ab

Analogous Colors of #abeba2

#abeba2 #a2ebbe #d0eba2

Monochromatic Colors of #abeba2

#abeba2

Complementary Color

#abeba2 #e2a2eb

#abeba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeba2 Color CSS Codes

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

#abeba2 Text Font Color

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

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


#abeba2 Background Color

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

This div background color is #abeba2


#abeba2 Border Color

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

This div border color is #abeba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeba2


Comments

No comments written yet.

Please login to write comment.