Color Hex Logo

#3ed0dc Color Hex

#3ED0DC
(62,208,220)
0 Favorites   0 Comments

Color spaces of #3ed0dc

RGB 62208220
HSL0.510.690.55
HSV185°72°86°
CMYK 0.720.050.00   0.14
XYZ37.460751.303275.6383
Yxy51.30320.22790.3121
Hunter Lab71.6263-31.9900-12.4727
CIE-Lab76.8623-33.6770-17.0219

#3ed0dc color RGB value is (62,208,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11010000 11011100
Octal 76 320 334
Decimal 62 208 220
Hex 3E D0 DC

RGB Percentages of Color #3ed0dc

%12.65
%42.45
%44.90

CMYK Percentages of Color #3ed0dc

%72
%5
%0
%14

Triadic Colors of #3ed0dc

#3ed0dc #dc3ed0 #d0dc3e

Analogous Colors of #3ed0dc

#3ed0dc #3e81dc #3edc99

Monochromatic Colors of #3ed0dc

#3ed0dc

Complementary Color

#3ed0dc #dc4a3e

#3ed0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ed0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ed0dc Color CSS Codes

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

#3ed0dc Text Font Color

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

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


#3ed0dc Background Color

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

This div background color is #3ed0dc


#3ed0dc Border Color

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

This div border color is #3ed0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ed0dc


Comments

No comments written yet.

Please login to write comment.