Color Hex Logo

#3adab6 Color Hex

#3ADAB6
(58,218,182)
0 Favorites   0 Comments

Color spaces of #3adab6

RGB 58218182
HSL0.460.680.54
HSV167°73°85°
CMYK 0.730.000.17   0.15
XYZ35.259854.419752.9016
Yxy54.41970.24730.3817
Hunter Lab73.7697-43.77919.1209
CIE-Lab78.7058-48.94796.0568

#3adab6 color RGB value is (58,218,182).

#3adab6 hex color red value is 58, green value is 218 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #3adab6 hue: 0.46 , saturation: 0.68 and the lightness value of 3adab6 is 0.54.

The process color (four color CMYK) of #3adab6 color hex is 0.73, 0.00, 0.17, 0.15. Web safe color of #3adab6 is #33cccc. Color #3adab6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011010 10110110
Octal 72 332 266
Decimal 58 218 182
Hex 3A DA B6

RGB Percentages of Color #3adab6

%12.66
%47.60
%39.74

CMYK Percentages of Color #3adab6

%73
%0
%17
%15

Triadic Colors of #3adab6

#3adab6 #b63ada #dab63a

Analogous Colors of #3adab6

#3adab6 #3aaeda #3ada66

Monochromatic Colors of #3adab6

#3adab6

Complementary Color

#3adab6 #da3a5e

#3adab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adab6 Color CSS Codes

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

#3adab6 Text Font Color

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

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


#3adab6 Background Color

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

This div background color is #3adab6


#3adab6 Border Color

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

This div border color is #3adab6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,218,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3adab6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3adab6;
  -webkit-box-shadow: 1px 1px 3px 2px #3adab6;
  box-shadow:         1px 1px 3px 2px #3adab6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,218,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adab6


Comments

No comments written yet.

Please login to write comment.