Color Hex Logo

#3ecbdc Color Hex

#3ECBDC
(62,203,220)
0 Favorites   0 Comments

Color spaces of #3ecbdc

RGB 62203220
HSL0.520.690.55
HSV186°72°86°
CMYK 0.720.080.00   0.14
XYZ36.260848.903375.2383
Yxy48.90330.22610.3049
Hunter Lab69.9309-29.8227-14.8382
CIE-Lab75.3911-31.2923-19.2457

#3ecbdc color RGB value is (62,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001011 11011100
Octal 76 313 334
Decimal 62 203 220
Hex 3E CB DC

RGB Percentages of Color #3ecbdc

%12.78
%41.86
%45.36

CMYK Percentages of Color #3ecbdc

%72
%8
%0
%14

Triadic Colors of #3ecbdc

#3ecbdc #dc3ecb #cbdc3e

Analogous Colors of #3ecbdc

#3ecbdc #3e7cdc #3edc9e

Monochromatic Colors of #3ecbdc

#3ecbdc

Complementary Color

#3ecbdc #dc4f3e

#3ecbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ecbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ecbdc Color CSS Codes

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

#3ecbdc Text Font Color

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

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


#3ecbdc Background Color

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

This div background color is #3ecbdc


#3ecbdc Border Color

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

This div border color is #3ecbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ecbdc


Comments

No comments written yet.

Please login to write comment.