Color Hex Logo

#3ebdac Color Hex

#3EBDAC
(62,189,172)
0 Favorites   0 Comments

Color spaces of #3ebdac

RGB 62189172
HSL0.480.510.49
HSV172°67°74°
CMYK 0.670.000.09   0.26
XYZ27.630640.397945.3710
Yxy40.39790.24370.3562
Hunter Lab63.5593-33.63112.1682
CIE-Lab69.7520-38.3976-1.5353

#3ebdac color RGB value is (62,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111101 10101100
Octal 76 275 254
Decimal 62 189 172
Hex 3E BD AC

RGB Percentages of Color #3ebdac

%14.66
%44.68
%40.66

CMYK Percentages of Color #3ebdac

%67
%0
%9
%26

Triadic Colors of #3ebdac

#3ebdac #ac3ebd #bdac3e

Analogous Colors of #3ebdac

#3ebdac #3e8fbd #3ebd6d

Monochromatic Colors of #3ebdac

#3ebdac

Complementary Color

#3ebdac #bd3e4f

#3ebdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebdac Color CSS Codes

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

#3ebdac Text Font Color

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

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


#3ebdac Background Color

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

This div background color is #3ebdac


#3ebdac Border Color

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

This div border color is #3ebdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebdac


Comments

No comments written yet.

Please login to write comment.