Color Hex Logo

#3eccdb Color Hex

#3ECCDB
(62,204,219)
0 Favorites   0 Comments

Color spaces of #3eccdb

RGB 62204219
HSL0.520.690.55
HSV186°72°86°
CMYK 0.720.070.00   0.14
XYZ36.365749.324374.6217
Yxy49.32430.22680.3077
Hunter Lab70.2313-30.4775-13.8346
CIE-Lab75.6526-32.0702-18.3104

#3eccdb color RGB value is (62,204,219).

#3eccdb hex color red value is 62, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3eccdb hue: 0.52 , saturation: 0.69 and the lightness value of 3eccdb is 0.55.

The process color (four color CMYK) of #3eccdb color hex is 0.72, 0.07, 0.00, 0.14. Web safe color of #3eccdb is #33cccc. Color #3eccdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 11011011
Octal 76 314 333
Decimal 62 204 219
Hex 3E CC DB

RGB Percentages of Color #3eccdb

%12.78
%42.06
%45.15

CMYK Percentages of Color #3eccdb

%72
%7
%0
%14

Triadic Colors of #3eccdb

#3eccdb #db3ecc #ccdb3e

Analogous Colors of #3eccdb

#3eccdb #3e7edb #3edb9c

Monochromatic Colors of #3eccdb

#3eccdb

Complementary Color

#3eccdb #db4d3e

#3eccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eccdb Color CSS Codes

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

#3eccdb Text Font Color

<p style="color:#3eccdb">Text here</p>

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


#3eccdb Background Color

<div style="background-color:#3eccdb">
Div content here</div>

This div background color is #3eccdb


#3eccdb Border Color

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

This div border color is #3eccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eccdb


Comments

No comments written yet.

Please login to write comment.