Color Hex Logo

#2abeb7 Color Hex

#2ABEB7
(42,190,183)
0 Favorites   0 Comments

Color spaces of #2abeb7

RGB 42190183
HSL0.490.640.45
HSV177°78°75°
CMYK 0.780.000.04   0.25
XYZ27.915540.738051.1917
Yxy40.73800.23290.3399
Hunter Lab63.8263-33.6261-2.8749
CIE-Lab69.9920-38.2974-7.2545

#2abeb7 color RGB value is (42,190,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 10110111
Octal 52 276 267
Decimal 42 190 183
Hex 2A BE B7

RGB Percentages of Color #2abeb7

%10.12
%45.78
%44.10

CMYK Percentages of Color #2abeb7

%78
%0
%4
%25

Triadic Colors of #2abeb7

#2abeb7 #b72abe #beb72a

Analogous Colors of #2abeb7

#2abeb7 #2a7bbe #2abe6d

Monochromatic Colors of #2abeb7

#2abeb7

Complementary Color

#2abeb7 #be2a31

#2abeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abeb7 Color CSS Codes

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

#2abeb7 Text Font Color

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

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


#2abeb7 Background Color

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

This div background color is #2abeb7


#2abeb7 Border Color

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

This div border color is #2abeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abeb7


Comments

No comments written yet.

Please login to write comment.