Color Hex Logo

#2abaae Color Hex

#2ABAAE
(42,186,174)
0 Favorites   0 Comments

Color spaces of #2abaae

RGB 42186174
HSL0.490.630.45
HSV175°77°73°
CMYK 0.770.000.06   0.27
XYZ26.153738.666046.1292
Yxy38.66600.23570.3485
Hunter Lab62.1820-33.7415-0.4564
CIE-Lab68.5086-39.0481-4.5065

#2abaae color RGB value is (42,186,174).

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

The process color (four color CMYK) of #2abaae color hex is 0.77, 0.00, 0.06, 0.27. Web safe color of #2abaae is #33cc99. Color #2abaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 10101110
Octal 52 272 256
Decimal 42 186 174
Hex 2A BA AE

RGB Percentages of Color #2abaae

%10.45
%46.27
%43.28

CMYK Percentages of Color #2abaae

%77
%0
%6
%27

Triadic Colors of #2abaae

#2abaae #ae2aba #baae2a

Analogous Colors of #2abaae

#2abaae #2a7eba #2aba66

Monochromatic Colors of #2abaae

#2abaae

Complementary Color

#2abaae #ba2a36

#2abaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abaae Color CSS Codes

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

#2abaae Text Font Color

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

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


#2abaae Background Color

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

This div background color is #2abaae


#2abaae Border Color

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

This div border color is #2abaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abaae


Comments

No comments written yet.

Please login to write comment.