Color Hex Logo

#2dd9cc Color Hex

#2DD9CC
(45,217,204)
0 Favorites   0 Comments

Color spaces of #2dd9cc

RGB 45217204
HSL0.490.690.51
HSV175°79°85°
CMYK 0.790.000.06   0.15
XYZ36.794154.543265.7154
Yxy54.54320.23430.3473
Hunter Lab73.8534-40.3138-1.0594
CIE-Lab78.7774-44.1192-5.6084

#2dd9cc color RGB value is (45,217,204).

#2dd9cc hex color red value is 45, green value is 217 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2dd9cc hue: 0.49 , saturation: 0.69 and the lightness value of 2dd9cc is 0.51.

The process color (four color CMYK) of #2dd9cc color hex is 0.79, 0.00, 0.06, 0.15. Web safe color of #2dd9cc is #33cccc. Color #2dd9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11011001 11001100
Octal 55 331 314
Decimal 45 217 204
Hex 2D D9 CC

RGB Percentages of Color #2dd9cc

%9.66
%46.57
%43.78

CMYK Percentages of Color #2dd9cc

%79
%0
%6
%15

Triadic Colors of #2dd9cc

#2dd9cc #cc2dd9 #d9cc2d

Analogous Colors of #2dd9cc

#2dd9cc #2d90d9 #2dd976

Monochromatic Colors of #2dd9cc

#2dd9cc

Complementary Color

#2dd9cc #d92d3a

#2dd9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd9cc Color CSS Codes

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

#2dd9cc Text Font Color

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

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


#2dd9cc Background Color

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

This div background color is #2dd9cc


#2dd9cc Border Color

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

This div border color is #2dd9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd9cc


Comments

No comments written yet.

Please login to write comment.