Color Hex Logo

#2dabdc Color Hex

#2DABDC
(45,171,220)
0 Favorites   0 Comments

Color spaces of #2dabdc

RGB 45171220
HSL0.550.710.52
HSV197°80°86°
CMYK 0.800.220.00   0.14
XYZ28.563434.851072.9316
Yxy34.85100.20950.2556
Hunter Lab59.0347-16.9452-31.9226
CIE-Lab65.6325-16.9549-34.2451

#2dabdc color RGB value is (45,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 10101011 11011100
Octal 55 253 334
Decimal 45 171 220
Hex 2D AB DC

RGB Percentages of Color #2dabdc

%10.32
%39.22
%50.46

CMYK Percentages of Color #2dabdc

%80
%22
%0
%14

Triadic Colors of #2dabdc

#2dabdc #dc2dab #abdc2d

Analogous Colors of #2dabdc

#2dabdc #2d53dc #2ddcb6

Monochromatic Colors of #2dabdc

#2dabdc

Complementary Color

#2dabdc #dc5e2d

#2dabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dabdc Color CSS Codes

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

#2dabdc Text Font Color

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

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


#2dabdc Background Color

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

This div background color is #2dabdc


#2dabdc Border Color

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

This div border color is #2dabdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,171,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dabdc


Comments

No comments written yet.

Please login to write comment.