Color Hex Logo

#3edabd Color Hex

#3EDABD
(62,218,189)
0 Favorites   0 Comments

Color spaces of #3edabd

RGB 62218189
HSL0.470.680.55
HSV169°72°85°
CMYK 0.720.000.13   0.15
XYZ36.243354.841156.8193
Yxy54.84110.24500.3708
Hunter Lab74.0548-42.23586.3475
CIE-Lab78.9497-46.68912.6880

#3edabd color RGB value is (62,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10111101
Octal 76 332 275
Decimal 62 218 189
Hex 3E DA BD

RGB Percentages of Color #3edabd

%13.22
%46.48
%40.30

CMYK Percentages of Color #3edabd

%72
%0
%13
%15

Triadic Colors of #3edabd

#3edabd #bd3eda #dabd3e

Analogous Colors of #3edabd

#3edabd #3ea9da #3eda6f

Monochromatic Colors of #3edabd

#3edabd

Complementary Color

#3edabd #da3e5b

#3edabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edabd Color CSS Codes

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

#3edabd Text Font Color

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

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


#3edabd Background Color

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

This div background color is #3edabd


#3edabd Border Color

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

This div border color is #3edabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edabd


Comments

No comments written yet.

Please login to write comment.