Color Hex Logo

#2abcae Color Hex

#2ABCAE
(42,188,174)
0 Favorites   0 Comments

Color spaces of #2abcae

RGB 42188174
HSL0.480.630.45
HSV174°78°74°
CMYK 0.780.000.07   0.26
XYZ26.578039.514746.2707
Yxy39.51470.23650.3517
Hunter Lab62.8607-34.53510.3601
CIE-Lab69.1225-39.9447-3.6016

#2abcae color RGB value is (42,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 10101110
Octal 52 274 256
Decimal 42 188 174
Hex 2A BC AE

RGB Percentages of Color #2abcae

%10.40
%46.53
%43.07

CMYK Percentages of Color #2abcae

%78
%0
%7
%26

Triadic Colors of #2abcae

#2abcae #ae2abc #bcae2a

Analogous Colors of #2abcae

#2abcae #2a81bc #2abc65

Monochromatic Colors of #2abcae

#2abcae

Complementary Color

#2abcae #bc2a38

#2abcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abcae Color CSS Codes

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

#2abcae Text Font Color

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

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


#2abcae Background Color

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

This div background color is #2abcae


#2abcae Border Color

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

This div border color is #2abcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abcae


Comments

No comments written yet.

Please login to write comment.