Color Hex Logo

#3aadab Color Hex

#3AADAB
(58,173,171)
0 Favorites   0 Comments

Color spaces of #3aadab

RGB 58173171
HSL0.500.500.45
HSV179°66°68°
CMYK 0.660.000.01   0.32
XYZ24.039233.727043.7710
Yxy33.72700.23680.3322
Hunter Lab58.0750-27.7439-4.0343
CIE-Lab64.7453-31.8386-8.3905

#3aadab color RGB value is (58,173,171).

#3aadab hex color red value is 58, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3aadab hue: 0.50 , saturation: 0.50 and the lightness value of 3aadab is 0.45.

The process color (four color CMYK) of #3aadab color hex is 0.66, 0.00, 0.01, 0.32. Web safe color of #3aadab is #339999. Color #3aadab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 10101011
Octal 72 255 253
Decimal 58 173 171
Hex 3A AD AB

RGB Percentages of Color #3aadab

%14.43
%43.03
%42.54

CMYK Percentages of Color #3aadab

%66
%0
%1
%32

Triadic Colors of #3aadab

#3aadab #ab3aad #adab3a

Analogous Colors of #3aadab

#3aadab #3a76ad #3aad72

Monochromatic Colors of #3aadab

#3aadab

Complementary Color

#3aadab #ad3a3c

#3aadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aadab Color CSS Codes

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

#3aadab Text Font Color

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

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


#3aadab Background Color

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

This div background color is #3aadab


#3aadab Border Color

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

This div border color is #3aadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aadab


Comments

No comments written yet.

Please login to write comment.