Color Hex Logo

#2abadb Color Hex

#2ABADB
(42,186,219)
0 Favorites   0 Comments

Color spaces of #2abadb

RGB 42186219
HSL0.530.710.51
HSV191°81°86°
CMYK 0.810.150.00   0.14
XYZ31.299940.724573.2288
Yxy40.72450.21550.2804
Hunter Lab63.8158-24.1281-23.3645
CIE-Lab69.9825-25.3340-26.9825

#2abadb color RGB value is (42,186,219).

#2abadb hex color red value is 42, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2abadb hue: 0.53 , saturation: 0.71 and the lightness value of 2abadb is 0.51.

The process color (four color CMYK) of #2abadb color hex is 0.81, 0.15, 0.00, 0.14. Web safe color of #2abadb is #33cccc. Color #2abadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 11011011
Octal 52 272 333
Decimal 42 186 219
Hex 2A BA DB

RGB Percentages of Color #2abadb

%9.40
%41.61
%48.99

CMYK Percentages of Color #2abadb

%81
%15
%0
%14

Triadic Colors of #2abadb

#2abadb #db2aba #badb2a

Analogous Colors of #2abadb

#2abadb #2a61db #2adba4

Monochromatic Colors of #2abadb

#2abadb

Complementary Color

#2abadb #db4b2a

#2abadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abadb Color CSS Codes

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

#2abadb Text Font Color

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

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


#2abadb Background Color

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

This div background color is #2abadb


#2abadb Border Color

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

This div border color is #2abadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abadb


Comments

No comments written yet.

Please login to write comment.