Color Hex Logo

#2abeae Color Hex

#2ABEAE
(42,190,174)
0 Favorites   0 Comments

Color spaces of #2abeae

RGB 42190174
HSL0.480.640.45
HSV174°78°75°
CMYK 0.780.000.08   0.25
XYZ27.008340.375146.4141
Yxy40.37510.23730.3548
Hunter Lab63.5414-35.32601.1703
CIE-Lab69.7359-40.8335-2.6992

#2abeae color RGB value is (42,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 10101110
Octal 52 276 256
Decimal 42 190 174
Hex 2A BE AE

RGB Percentages of Color #2abeae

%10.34
%46.80
%42.86

CMYK Percentages of Color #2abeae

%78
%0
%8
%25

Triadic Colors of #2abeae

#2abeae #ae2abe #beae2a

Analogous Colors of #2abeae

#2abeae #2a84be #2abe64

Monochromatic Colors of #2abeae

#2abeae

Complementary Color

#2abeae #be2a3a

#2abeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abeae Color CSS Codes

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

#2abeae Text Font Color

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

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


#2abeae Background Color

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

This div background color is #2abeae


#2abeae Border Color

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

This div border color is #2abeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,190,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 #2abeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abeae


Comments

No comments written yet.

Please login to write comment.