Color Hex Logo

#2abddb Color Hex

#2ABDDB
(42,189,219)
0 Favorites   0 Comments

Color spaces of #2abddb

RGB 42189219
HSL0.530.710.51
HSV190°81°86°
CMYK 0.810.140.00   0.14
XYZ31.938642.001973.4417
Yxy42.00190.21670.2850
Hunter Lab64.8089-25.4486-21.8215
CIE-Lab70.8722-26.8364-25.6181

#2abddb color RGB value is (42,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111101 11011011
Octal 52 275 333
Decimal 42 189 219
Hex 2A BD DB

RGB Percentages of Color #2abddb

%9.33
%42.00
%48.67

CMYK Percentages of Color #2abddb

%81
%14
%0
%14

Triadic Colors of #2abddb

#2abddb #db2abd #bddb2a

Analogous Colors of #2abddb

#2abddb #2a65db #2adba1

Monochromatic Colors of #2abddb

#2abddb

Complementary Color

#2abddb #db482a

#2abddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abddb Color CSS Codes

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

#2abddb Text Font Color

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

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


#2abddb Background Color

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

This div background color is #2abddb


#2abddb Border Color

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

This div border color is #2abddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abddb


Comments

No comments written yet.

Please login to write comment.