Color Hex Logo

#3ebfac Color Hex

#3EBFAC
(62,191,172)
0 Favorites   0 Comments

Color spaces of #3ebfac

RGB 62191172
HSL0.480.510.50
HSV171°68°75°
CMYK 0.680.000.10   0.25
XYZ28.063841.264345.5154
Yxy41.26430.24440.3593
Hunter Lab64.2373-34.43272.9561
CIE-Lab70.3607-39.2992-0.6441

#3ebfac color RGB value is (62,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111111 10101100
Octal 76 277 254
Decimal 62 191 172
Hex 3E BF AC

RGB Percentages of Color #3ebfac

%14.59
%44.94
%40.47

CMYK Percentages of Color #3ebfac

%68
%0
%10
%25

Triadic Colors of #3ebfac

#3ebfac #ac3ebf #bfac3e

Analogous Colors of #3ebfac

#3ebfac #3e92bf #3ebf6c

Monochromatic Colors of #3ebfac

#3ebfac

Complementary Color

#3ebfac #bf3e51

#3ebfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebfac Color CSS Codes

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

#3ebfac Text Font Color

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

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


#3ebfac Background Color

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

This div background color is #3ebfac


#3ebfac Border Color

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

This div border color is #3ebfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebfac

#3ebfac Color Palettes


Comments

No comments written yet.

Please login to write comment.