Color Hex Logo

#3ebab1 Color Hex

#3EBAB1
(62,186,177)
0 Favorites   0 Comments

Color spaces of #3ebab1

RGB 62186177
HSL0.490.500.49
HSV176°67°73°
CMYK 0.670.000.05   0.27
XYZ27.481339.316347.7354
Yxy39.31630.23990.3433
Hunter Lab62.7027-31.4969-1.2454
CIE-Lab68.9798-35.6666-5.4178

#3ebab1 color RGB value is (62,186,177).

#3ebab1 hex color red value is 62, green value is 186 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #3ebab1 hue: 0.49 , saturation: 0.50 and the lightness value of 3ebab1 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 10110001
Octal 76 272 261
Decimal 62 186 177
Hex 3E BA B1

RGB Percentages of Color #3ebab1

%14.59
%43.76
%41.65

CMYK Percentages of Color #3ebab1

%67
%0
%5
%27

Triadic Colors of #3ebab1

#3ebab1 #b13eba #bab13e

Analogous Colors of #3ebab1

#3ebab1 #3e85ba #3eba73

Monochromatic Colors of #3ebab1

#3ebab1

Complementary Color

#3ebab1 #ba3e47

#3ebab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebab1 Color CSS Codes

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

#3ebab1 Text Font Color

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

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


#3ebab1 Background Color

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

This div background color is #3ebab1


#3ebab1 Border Color

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

This div border color is #3ebab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebab1

#3ebab1 Color Palettes


Comments

No comments written yet.

Please login to write comment.