color codes Logo

#3edabf color codes

#3EDABF
(62,218,191)
0 Favorites   0 Comments

Color spaces of #3edabf

RGB 62218191
HSL0.470.680.55
HSV170°72°85°
CMYK 0.720.000.12   0.15
XYZ36.462054.928557.9707
Yxy54.92850.24410.3678
Hunter Lab74.1138-41.88185.5039
CIE-Lab79.0001-46.17861.6945

#3edabf color RGB value is (62,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10111111
Octal 76 332 277
Decimal 62 218 191
Hex 3E DA BF

RGB Percentages of Color #3edabf

%13.16
%46.28
%40.55

CMYK Percentages of Color #3edabf

%72
%0
%12
%15

Triadic Colors of #3edabf

#3edabf #bf3eda #dabf3e

Analogous Colors of #3edabf

#3edabf #3ea7da #3eda71

Monochromatic Colors of #3edabf

#3edabf

Complementary Color

#3edabf #da3e59

#3edabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edabf Color CSS Codes

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

#3edabf Text Font Color

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

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


#3edabf Background Color

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

This div background color is #3edabf


#3edabf Border Color

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

This div border color is #3edabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edabf


Comments

No comments written yet.

Please login to write comment.