Color Hex Logo

#2abdbc Color Hex

#2ABDBC
(42,189,188)
0 Favorites   0 Comments

Color spaces of #2abdbc

RGB 42189188
HSL0.500.640.45
HSV180°78°74°
CMYK 0.780.000.01   0.26
XYZ28.229540.518353.9099
Yxy40.51830.23010.3303
Hunter Lab63.6540-32.2327-5.6562
CIE-Lab69.8371-36.3884-10.2267

#2abdbc color RGB value is (42,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111101 10111100
Octal 52 275 274
Decimal 42 189 188
Hex 2A BD BC

RGB Percentages of Color #2abdbc

%10.02
%45.11
%44.87

CMYK Percentages of Color #2abdbc

%78
%0
%1
%26

Triadic Colors of #2abdbc

#2abdbc #bc2abd #bdbc2a

Analogous Colors of #2abdbc

#2abdbc #2a75bd #2abd73

Monochromatic Colors of #2abdbc

#2abdbc

Complementary Color

#2abdbc #bd2a2b

#2abdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abdbc Color CSS Codes

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

#2abdbc Text Font Color

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

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


#2abdbc Background Color

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

This div background color is #2abdbc


#2abdbc Border Color

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

This div border color is #2abdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abdbc


Comments

No comments written yet.

Please login to write comment.