Color Hex Logo

#2ab8bd Color Hex

#2AB8BD
(42,184,189)
0 Favorites   0 Comments

Color spaces of #2ab8bd

RGB 42184189
HSL0.510.640.45
HSV182°78°74°
CMYK 0.780.030.00   0.26
XYZ27.280638.447354.1274
Yxy38.44730.22760.3208
Hunter Lab62.0059-29.9760-8.3525
CIE-Lab68.3490-33.7547-13.0049

#2ab8bd color RGB value is (42,184,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111000 10111101
Octal 52 270 275
Decimal 42 184 189
Hex 2A B8 BD

RGB Percentages of Color #2ab8bd

%10.12
%44.34
%45.54

CMYK Percentages of Color #2ab8bd

%78
%3
%0
%26

Triadic Colors of #2ab8bd

#2ab8bd #bd2ab8 #b8bd2a

Analogous Colors of #2ab8bd

#2ab8bd #2a6fbd #2abd79

Monochromatic Colors of #2ab8bd

#2ab8bd

Complementary Color

#2ab8bd #bd2f2a

#2ab8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab8bd Color CSS Codes

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

#2ab8bd Text Font Color

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

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


#2ab8bd Background Color

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

This div background color is #2ab8bd


#2ab8bd Border Color

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

This div border color is #2ab8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab8bd


Comments

No comments written yet.

Please login to write comment.