Color Hex Logo

#3eeddc Color Hex

#3EEDDC
(62,237,220)
0 Favorites   0 Comments

Color spaces of #3eeddc

RGB 62237220
HSL0.480.830.59
HSV174°74°93°
CMYK 0.740.000.07   0.07
XYZ45.189166.759878.2144
Yxy66.75980.23760.3511
Hunter Lab81.7067-44.26460.4388
CIE-Lab85.3825-46.7506-4.3204

#3eeddc color RGB value is (62,237,220).

#3eeddc hex color red value is 62, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3eeddc hue: 0.48 , saturation: 0.83 and the lightness value of 3eeddc is 0.59.

The process color (four color CMYK) of #3eeddc color hex is 0.74, 0.00, 0.07, 0.07. Web safe color of #3eeddc is #33ffcc. Color #3eeddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101101 11011100
Octal 76 355 334
Decimal 62 237 220
Hex 3E ED DC

RGB Percentages of Color #3eeddc

%11.95
%45.66
%42.39

CMYK Percentages of Color #3eeddc

%74
%0
%7
%7

Triadic Colors of #3eeddc

#3eeddc #dc3eed #eddc3e

Analogous Colors of #3eeddc

#3eeddc #3ea7ed #3eed85

Monochromatic Colors of #3eeddc

#3eeddc

Complementary Color

#3eeddc #ed3e4f

#3eeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eeddc Color CSS Codes

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

#3eeddc Text Font Color

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

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


#3eeddc Background Color

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

This div background color is #3eeddc


#3eeddc Border Color

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

This div border color is #3eeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eeddc


Comments

No comments written yet.

Please login to write comment.