Color Hex Logo

#2ccedb Color Hex

#2CCEDB
(44,206,219)
0 Favorites   0 Comments

Color spaces of #2ccedb

RGB 44206219
HSL0.510.710.52
HSV184°80°86°
CMYK 0.800.060.00   0.14
XYZ35.896249.792674.7368
Yxy49.79260.22380.3104
Hunter Lab70.5639-32.6829-13.4015
CIE-Lab75.9418-34.8854-17.9025

#2ccedb color RGB value is (44,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 11001110 11011011
Octal 54 316 333
Decimal 44 206 219
Hex 2C CE DB

RGB Percentages of Color #2ccedb

%9.38
%43.92
%46.70

CMYK Percentages of Color #2ccedb

%80
%6
%0
%14

Triadic Colors of #2ccedb

#2ccedb #db2cce #cedb2c

Analogous Colors of #2ccedb

#2ccedb #2c77db #2cdb91

Monochromatic Colors of #2ccedb

#2ccedb

Complementary Color

#2ccedb #db392c

#2ccedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ccedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ccedb Color CSS Codes

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

#2ccedb Text Font Color

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

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


#2ccedb Background Color

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

This div background color is #2ccedb


#2ccedb Border Color

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

This div border color is #2ccedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ccedb


Comments

No comments written yet.

Please login to write comment.