Color Hex Logo

#3eebbe Color Hex

#3EEBBE
(62,235,190)
0 Favorites   0 Comments

Color spaces of #3eebbe

RGB 62235190
HSL0.460.810.58
HSV164°74°92°
CMYK 0.740.000.19   0.08
XYZ40.989264.158558.9387
Yxy64.15850.24980.3910
Hunter Lab80.0990-48.829112.4423
CIE-Lab84.0482-53.48439.5010

#3eebbe color RGB value is (62,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101011 10111110
Octal 76 353 276
Decimal 62 235 190
Hex 3E EB BE

RGB Percentages of Color #3eebbe

%12.73
%48.25
%39.01

CMYK Percentages of Color #3eebbe

%74
%0
%19
%8

Triadic Colors of #3eebbe

#3eebbe #be3eeb #ebbe3e

Analogous Colors of #3eebbe

#3eebbe #3ec2eb #3eeb68

Monochromatic Colors of #3eebbe

#3eebbe

Complementary Color

#3eebbe #eb3e6b

#3eebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eebbe Color CSS Codes

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

#3eebbe Text Font Color

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

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


#3eebbe Background Color

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

This div background color is #3eebbe


#3eebbe Border Color

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

This div border color is #3eebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eebbe


Comments

No comments written yet.

Please login to write comment.