Color Hex Logo

#2abfab Color Hex

#2ABFAB
(42,191,171)
0 Favorites   0 Comments

Color spaces of #2abfab

RGB 42191171
HSL0.480.640.46
HSV172°78°75°
CMYK 0.780.000.10   0.25
XYZ26.936340.694144.9631
Yxy40.69410.23920.3614
Hunter Lab63.7919-36.26382.8644
CIE-Lab69.9611-42.0966-0.7258

#2abfab color RGB value is (42,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111111 10101011
Octal 52 277 253
Decimal 42 191 171
Hex 2A BF AB

RGB Percentages of Color #2abfab

%10.40
%47.28
%42.33

CMYK Percentages of Color #2abfab

%78
%0
%10
%25

Triadic Colors of #2abfab

#2abfab #ab2abf #bfab2a

Analogous Colors of #2abfab

#2abfab #2a89bf #2abf61

Monochromatic Colors of #2abfab

#2abfab

Complementary Color

#2abfab #bf2a3e

#2abfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abfab Color CSS Codes

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

#2abfab Text Font Color

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

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


#2abfab Background Color

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

This div background color is #2abfab


#2abfab Border Color

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

This div border color is #2abfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abfab


Comments

No comments written yet.

Please login to write comment.