Color Hex Logo

#3edacc Color Hex

#3EDACC
(62,218,204)
0 Favorites   0 Comments

Color spaces of #3edacc

RGB 62218204
HSL0.490.680.55
HSV175°72°85°
CMYK 0.720.000.06   0.15
XYZ37.957155.526665.8439
Yxy55.52660.23820.3485
Hunter Lab74.5162-39.4788-0.2284
CIE-Lab79.3436-42.7602-4.7423

#3edacc color RGB value is (62,218,204).

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

The process color (four color CMYK) of #3edacc color hex is 0.72, 0.00, 0.06, 0.15. Web safe color of #3edacc is #33cccc. Color #3edacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 11001100
Octal 76 332 314
Decimal 62 218 204
Hex 3E DA CC

RGB Percentages of Color #3edacc

%12.81
%45.04
%42.15

CMYK Percentages of Color #3edacc

%72
%0
%6
%15

Triadic Colors of #3edacc

#3edacc #cc3eda #dacc3e

Analogous Colors of #3edacc

#3edacc #3e9ada #3eda7e

Monochromatic Colors of #3edacc

#3edacc

Complementary Color

#3edacc #da3e4c

#3edacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edacc Color CSS Codes

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

#3edacc Text Font Color

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

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


#3edacc Background Color

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

This div background color is #3edacc


#3edacc Border Color

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

This div border color is #3edacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edacc


Comments

No comments written yet.

Please login to write comment.