Color Hex Logo

#2abeb5 Color Hex

#2ABEB5
(42,190,181)
0 Favorites   0 Comments

Color spaces of #2abeb5

RGB 42190181
HSL0.490.640.45
HSV176°78°75°
CMYK 0.780.000.05   0.25
XYZ27.708840.655350.1029
Yxy40.65530.23390.3432
Hunter Lab63.7615-34.0120-1.9562
CIE-Lab69.9337-38.8688-6.2444

#2abeb5 color RGB value is (42,190,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 10110101
Octal 52 276 265
Decimal 42 190 181
Hex 2A BE B5

RGB Percentages of Color #2abeb5

%10.17
%46.00
%43.83

CMYK Percentages of Color #2abeb5

%78
%0
%5
%25

Triadic Colors of #2abeb5

#2abeb5 #b52abe #beb52a

Analogous Colors of #2abeb5

#2abeb5 #2a7dbe #2abe6b

Monochromatic Colors of #2abeb5

#2abeb5

Complementary Color

#2abeb5 #be2a33

#2abeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abeb5 Color CSS Codes

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

#2abeb5 Text Font Color

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

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


#2abeb5 Background Color

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

This div background color is #2abeb5


#2abeb5 Border Color

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

This div border color is #2abeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abeb5


Comments

No comments written yet.

Please login to write comment.