Color Hex Logo

#2dabdb Color Hex

#2DABDB
(45,171,219)
0 Favorites   0 Comments

Color spaces of #2dabdb

RGB 45171219
HSL0.550.710.52
HSV197°79°86°
CMYK 0.790.220.00   0.14
XYZ28.431334.798272.2361
Yxy34.79820.20990.2569
Hunter Lab58.9900-17.2012-31.3105
CIE-Lab65.5912-17.2942-33.7582

#2dabdb color RGB value is (45,171,219).

#2dabdb hex color red value is 45, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2dabdb hue: 0.55 , saturation: 0.71 and the lightness value of 2dabdb is 0.52.

The process color (four color CMYK) of #2dabdb color hex is 0.79, 0.22, 0.00, 0.14. Web safe color of #2dabdb is #3399cc. Color #2dabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10101011 11011011
Octal 55 253 333
Decimal 45 171 219
Hex 2D AB DB

RGB Percentages of Color #2dabdb

%10.34
%39.31
%50.34

CMYK Percentages of Color #2dabdb

%79
%22
%0
%14

Triadic Colors of #2dabdb

#2dabdb #db2dab #abdb2d

Analogous Colors of #2dabdb

#2dabdb #2d54db #2ddbb4

Monochromatic Colors of #2dabdb

#2dabdb

Complementary Color

#2dabdb #db5d2d

#2dabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dabdb Color CSS Codes

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

#2dabdb Text Font Color

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

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


#2dabdb Background Color

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

This div background color is #2dabdb


#2dabdb Border Color

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

This div border color is #2dabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dabdb


Comments

No comments written yet.

Please login to write comment.