Color Hex Logo

#2dcedb Color Hex

#2DCEDB
(45,206,219)
0 Favorites   0 Comments

Color spaces of #2dcedb

RGB 45206219
HSL0.510.710.52
HSV184°79°86°
CMYK 0.790.060.00   0.14
XYZ35.939749.815074.7389
Yxy49.81500.22390.3104
Hunter Lab70.5797-32.6211-13.3781
CIE-Lab75.9556-34.7988-17.8804

#2dcedb color RGB value is (45,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11001110 11011011
Octal 55 316 333
Decimal 45 206 219
Hex 2D CE DB

RGB Percentages of Color #2dcedb

%9.57
%43.83
%46.60

CMYK Percentages of Color #2dcedb

%79
%6
%0
%14

Triadic Colors of #2dcedb

#2dcedb #db2dce #cedb2d

Analogous Colors of #2dcedb

#2dcedb #2d77db #2ddb91

Monochromatic Colors of #2dcedb

#2dcedb

Complementary Color

#2dcedb #db3a2d

#2dcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dcedb Color CSS Codes

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

#2dcedb Text Font Color

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

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


#2dcedb Background Color

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

This div background color is #2dcedb


#2dcedb Border Color

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

This div border color is #2dcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dcedb


Comments

No comments written yet.

Please login to write comment.