Color Hex Logo

#2abadd Color Hex

#2ABADD
(42,186,221)
0 Favorites   0 Comments

Color spaces of #2abadd

RGB 42186221
HSL0.530.720.52
HSV192°81°87°
CMYK 0.810.160.00   0.13
XYZ31.564940.830574.6240
Yxy40.83050.21470.2777
Hunter Lab63.8987-23.6468-24.5126
CIE-Lab70.0570-24.6836-27.9599

#2abadd color RGB value is (42,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111010 11011101
Octal 52 272 335
Decimal 42 186 221
Hex 2A BA DD

RGB Percentages of Color #2abadd

%9.35
%41.43
%49.22

CMYK Percentages of Color #2abadd

%81
%16
%0
%13

Triadic Colors of #2abadd

#2abadd #dd2aba #badd2a

Analogous Colors of #2abadd

#2abadd #2a61dd #2adda7

Monochromatic Colors of #2abadd

#2abadd

Complementary Color

#2abadd #dd4d2a

#2abadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abadd Color CSS Codes

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

#2abadd Text Font Color

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

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


#2abadd Background Color

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

This div background color is #2abadd


#2abadd Border Color

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

This div border color is #2abadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abadd


Comments

No comments written yet.

Please login to write comment.