Color Hex Logo

#3ebeac Color Hex

#3EBEAC
(62,190,172)
0 Favorites   0 Comments

Color spaces of #3ebeac

RGB 62190172
HSL0.480.510.49
HSV172°67°75°
CMYK 0.670.000.09   0.25
XYZ27.846540.829645.4430
Yxy40.82960.24400.3578
Hunter Lab63.8980-34.03202.5628
CIE-Lab70.0564-38.8491-1.0895

#3ebeac color RGB value is (62,190,172).

#3ebeac hex color red value is 62, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3ebeac hue: 0.48 , saturation: 0.51 and the lightness value of 3ebeac is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 10101100
Octal 76 276 254
Decimal 62 190 172
Hex 3E BE AC

RGB Percentages of Color #3ebeac

%14.62
%44.81
%40.57

CMYK Percentages of Color #3ebeac

%67
%0
%9
%25

Triadic Colors of #3ebeac

#3ebeac #ac3ebe #beac3e

Analogous Colors of #3ebeac

#3ebeac #3e90be #3ebe6c

Monochromatic Colors of #3ebeac

#3ebeac

Complementary Color

#3ebeac #be3e50

#3ebeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebeac Color CSS Codes

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

#3ebeac Text Font Color

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

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


#3ebeac Background Color

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

This div background color is #3ebeac


#3ebeac Border Color

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

This div border color is #3ebeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebeac


Comments

No comments written yet.

Please login to write comment.