Color Hex Logo

#3ebf9e Color Hex

#3EBF9E
(62,191,158)
0 Favorites   0 Comments

Color spaces of #3ebf9e

RGB 62191158
HSL0.460.510.50
HSV165°68°75°
CMYK 0.680.000.17   0.25
XYZ26.789040.754438.8022
Yxy40.75440.25190.3832
Hunter Lab63.8392-36.81418.6503
CIE-Lab70.0035-42.87936.4865

#3ebf9e color RGB value is (62,191,158).

#3ebf9e hex color red value is 62, green value is 191 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3ebf9e hue: 0.46 , saturation: 0.51 and the lightness value of 3ebf9e is 0.50.

The process color (four color CMYK) of #3ebf9e color hex is 0.68, 0.00, 0.17, 0.25. Web safe color of #3ebf9e is #33cc99. Color #3ebf9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111111 10011110
Octal 76 277 236
Decimal 62 191 158
Hex 3E BF 9E

RGB Percentages of Color #3ebf9e

%15.09
%46.47
%38.44

CMYK Percentages of Color #3ebf9e

%68
%0
%17
%25

Triadic Colors of #3ebf9e

#3ebf9e #9e3ebf #bf9e3e

Analogous Colors of #3ebf9e

#3ebf9e #3ea0bf #3ebf5e

Monochromatic Colors of #3ebf9e

#3ebf9e

Complementary Color

#3ebf9e #bf3e5f

#3ebf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebf9e Color CSS Codes

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

#3ebf9e Text Font Color

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

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


#3ebf9e Background Color

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

This div background color is #3ebf9e


#3ebf9e Border Color

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

This div border color is #3ebf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebf9e


Comments

No comments written yet.

Please login to write comment.