Color Hex Logo

#3eebaf Color Hex

#3EEBAF
(62,235,175)
0 Favorites   0 Comments

Color spaces of #3eebaf

RGB 62235175
HSL0.440.810.58
HSV159°74°92°
CMYK 0.740.000.26   0.08
XYZ39.432863.535950.7428
Yxy63.53590.25650.4133
Hunter Lab79.7094-51.186318.0527
CIE-Lab83.7235-56.928016.8766

#3eebaf color RGB value is (62,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101011 10101111
Octal 76 353 257
Decimal 62 235 175
Hex 3E EB AF

RGB Percentages of Color #3eebaf

%13.14
%49.79
%37.08

CMYK Percentages of Color #3eebaf

%74
%0
%26
%8

Triadic Colors of #3eebaf

#3eebaf #af3eeb #ebaf3e

Analogous Colors of #3eebaf

#3eebaf #3ed1eb #3eeb59

Monochromatic Colors of #3eebaf

#3eebaf

Complementary Color

#3eebaf #eb3e7a

#3eebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eebaf Color CSS Codes

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

#3eebaf Text Font Color

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

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


#3eebaf Background Color

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

This div background color is #3eebaf


#3eebaf Border Color

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

This div border color is #3eebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eebaf


Comments

No comments written yet.

Please login to write comment.