Color Hex Logo

#3aafab Color Hex

#3AAFAB
(58,175,171)
0 Favorites   0 Comments

Color spaces of #3aafab

RGB 58175171
HSL0.490.500.46
HSV178°67°69°
CMYK 0.670.000.02   0.31
XYZ24.425634.499843.8998
Yxy34.49980.23750.3355
Hunter Lab58.7365-28.5597-3.1979
CIE-Lab65.3574-32.7916-7.4798

#3aafab color RGB value is (58,175,171).

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

The process color (four color CMYK) of #3aafab color hex is 0.67, 0.00, 0.02, 0.31. Web safe color of #3aafab is #339999. Color #3aafab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101111 10101011
Octal 72 257 253
Decimal 58 175 171
Hex 3A AF AB

RGB Percentages of Color #3aafab

%14.36
%43.32
%42.33

CMYK Percentages of Color #3aafab

%67
%0
%2
%31

Triadic Colors of #3aafab

#3aafab #ab3aaf #afab3a

Analogous Colors of #3aafab

#3aafab #3a79af #3aaf71

Monochromatic Colors of #3aafab

#3aafab

Complementary Color

#3aafab #af3a3e

#3aafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aafab Color CSS Codes

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

#3aafab Text Font Color

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

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


#3aafab Background Color

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

This div background color is #3aafab


#3aafab Border Color

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

This div border color is #3aafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aafab


Comments

No comments written yet.

Please login to write comment.