Color Hex Logo

#2abeaa Color Hex

#2ABEAA
(42,190,170)
0 Favorites   0 Comments

Color spaces of #2abeaa

RGB 42190170
HSL0.480.640.45
HSV172°78°75°
CMYK 0.780.000.11   0.25
XYZ26.624040.221444.3905
Yxy40.22140.23930.3616
Hunter Lab63.4203-36.05092.8947
CIE-Lab69.6269-41.9306-0.6670

#2abeaa color RGB value is (42,190,170).

#2abeaa hex color red value is 42, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2abeaa hue: 0.48 , saturation: 0.64 and the lightness value of 2abeaa is 0.45.

The process color (four color CMYK) of #2abeaa color hex is 0.78, 0.00, 0.11, 0.25. Web safe color of #2abeaa is #33cc99. Color #2abeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 10101010
Octal 52 276 252
Decimal 42 190 170
Hex 2A BE AA

RGB Percentages of Color #2abeaa

%10.45
%47.26
%42.29

CMYK Percentages of Color #2abeaa

%78
%0
%11
%25

Triadic Colors of #2abeaa

#2abeaa #aa2abe #beaa2a

Analogous Colors of #2abeaa

#2abeaa #2a88be #2abe60

Monochromatic Colors of #2abeaa

#2abeaa

Complementary Color

#2abeaa #be2a3e

#2abeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abeaa Color CSS Codes

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

#2abeaa Text Font Color

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

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


#2abeaa Background Color

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

This div background color is #2abeaa


#2abeaa Border Color

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

This div border color is #2abeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,190,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abeaa


Comments

No comments written yet.

Please login to write comment.