Color Hex Logo

#3eccdd Color Hex

#3ECCDD
(62,204,221)
0 Favorites   0 Comments

Color spaces of #3eccdd

RGB 62204221
HSL0.520.700.55
HSV186°72°87°
CMYK 0.720.080.00   0.13
XYZ36.630649.430376.0170
Yxy49.43030.22600.3050
Hunter Lab70.3067-30.0361-14.8909
CIE-Lab75.7182-31.4737-19.2896

#3eccdd color RGB value is (62,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 11011101
Octal 76 314 335
Decimal 62 204 221
Hex 3E CC DD

RGB Percentages of Color #3eccdd

%12.73
%41.89
%45.38

CMYK Percentages of Color #3eccdd

%72
%8
%0
%13

Triadic Colors of #3eccdd

#3eccdd #dd3ecc #ccdd3e

Analogous Colors of #3eccdd

#3eccdd #3e7ddd #3edd9f

Monochromatic Colors of #3eccdd

#3eccdd

Complementary Color

#3eccdd #dd4f3e

#3eccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eccdd Color CSS Codes

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

#3eccdd Text Font Color

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

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


#3eccdd Background Color

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

This div background color is #3eccdd


#3eccdd Border Color

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

This div border color is #3eccdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,204,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3eccdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eccdd


Comments

No comments written yet.

Please login to write comment.