Color Hex Logo

#3faaaa Color Hex

#3FAAAA
(63,170,170)
0 Favorites   0 Comments

Color spaces of #3faaaa

RGB 63170170
HSL0.500.460.46
HSV180°63°67°
CMYK 0.630.000.00   0.33
XYZ23.680332.708543.0955
Yxy32.70850.23800.3288
Hunter Lab57.1913-26.1762-4.6430
CIE-Lab63.9242-29.8808-9.0429

#3faaaa color RGB value is (63,170,170).

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

The process color (four color CMYK) of #3faaaa color hex is 0.63, 0.00, 0.00, 0.33. Web safe color of #3faaaa is #339999. Color #3faaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101010 10101010
Octal 77 252 252
Decimal 63 170 170
Hex 3F AA AA

RGB Percentages of Color #3faaaa

%15.63
%42.18
%42.18

CMYK Percentages of Color #3faaaa

%63
%0
%0
%33

Triadic Colors of #3faaaa

#3faaaa #aa3faa #aaaa3f

Analogous Colors of #3faaaa

#3faaaa #3f75aa #3faa75

Monochromatic Colors of #3faaaa

#3faaaa

Complementary Color

#3faaaa #aa3f3f

#3faaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faaaa Color CSS Codes

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

#3faaaa Text Font Color

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

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


#3faaaa Background Color

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

This div background color is #3faaaa


#3faaaa Border Color

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

This div border color is #3faaaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,170,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3faaaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3faaaa;
  -webkit-box-shadow: 1px 1px 3px 2px #3faaaa;
  box-shadow:         1px 1px 3px 2px #3faaaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faaaa


Comments

No comments written yet.

Please login to write comment.