Color Hex Logo

#3fabaa Color Hex

#3FABAA
(63,171,170)
0 Favorites   0 Comments

Color spaces of #3fabaa

RGB 63171170
HSL0.500.460.46
HSV179°63°67°
CMYK 0.630.000.01   0.33
XYZ23.868533.084943.1582
Yxy33.08490.23840.3305
Hunter Lab57.5195-26.5880-4.2230
CIE-Lab64.2296-30.3660-8.5875

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101011 10101010
Octal 77 253 252
Decimal 63 171 170
Hex 3F AB AA

RGB Percentages of Color #3fabaa

%15.59
%42.33
%42.08

CMYK Percentages of Color #3fabaa

%63
%0
%1
%33

Triadic Colors of #3fabaa

#3fabaa #aa3fab #abaa3f

Analogous Colors of #3fabaa

#3fabaa #3f76ab #3fab74

Monochromatic Colors of #3fabaa

#3fabaa

Complementary Color

#3fabaa #ab3f40

#3fabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fabaa Color CSS Codes

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

#3fabaa Text Font Color

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

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


#3fabaa Background Color

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

This div background color is #3fabaa


#3fabaa Border Color

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

This div border color is #3fabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fabaa


Comments

No comments written yet.

Please login to write comment.