Color Hex Logo

#3eeabe Color Hex

#3EEABE
(62,234,190)
0 Favorites   0 Comments

Color spaces of #3eeabe

RGB 62234190
HSL0.460.800.58
HSV165°74°92°
CMYK 0.740.000.19   0.08
XYZ40.703763.587558.8435
Yxy63.58750.24950.3898
Hunter Lab79.7418-48.433912.0676
CIE-Lab83.7505-53.08039.0755

#3eeabe color RGB value is (62,234,190).

#3eeabe hex color red value is 62, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3eeabe hue: 0.46 , saturation: 0.80 and the lightness value of 3eeabe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101010 10111110
Octal 76 352 276
Decimal 62 234 190
Hex 3E EA BE

RGB Percentages of Color #3eeabe

%12.76
%48.15
%39.09

CMYK Percentages of Color #3eeabe

%74
%0
%19
%8

Triadic Colors of #3eeabe

#3eeabe #be3eea #eabe3e

Analogous Colors of #3eeabe

#3eeabe #3ec0ea #3eea68

Monochromatic Colors of #3eeabe

#3eeabe

Complementary Color

#3eeabe #ea3e6a

#3eeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eeabe Color CSS Codes

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

#3eeabe Text Font Color

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

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


#3eeabe Background Color

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

This div background color is #3eeabe


#3eeabe Border Color

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

This div border color is #3eeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eeabe


Comments

No comments written yet.

Please login to write comment.