Color Hex Logo

#3edabe Color Hex

#3EDABE
(62,218,190)
0 Favorites   0 Comments

Color spaces of #3edabe

RGB 62218190
HSL0.470.680.55
HSV169°72°85°
CMYK 0.720.000.13   0.15
XYZ36.352354.884657.3930
Yxy54.88460.24460.3693
Hunter Lab74.0841-42.05925.9269
CIE-Lab78.9747-46.43422.1911

#3edabe color RGB value is (62,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10111110
Octal 76 332 276
Decimal 62 218 190
Hex 3E DA BE

RGB Percentages of Color #3edabe

%13.19
%46.38
%40.43

CMYK Percentages of Color #3edabe

%72
%0
%13
%15

Triadic Colors of #3edabe

#3edabe #be3eda #dabe3e

Analogous Colors of #3edabe

#3edabe #3ea8da #3eda70

Monochromatic Colors of #3edabe

#3edabe

Complementary Color

#3edabe #da3e5a

#3edabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edabe Color CSS Codes

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

#3edabe Text Font Color

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

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


#3edabe Background Color

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

This div background color is #3edabe


#3edabe Border Color

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

This div border color is #3edabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edabe


Comments

No comments written yet.

Please login to write comment.