Color Hex Logo

#3fbbab Color Hex

#3FBBAB
(63,187,171)
0 Favorites   0 Comments

Color spaces of #3fbbab

RGB 63187171
HSL0.480.500.49
HSV172°66°73°
CMYK 0.660.000.09   0.27
XYZ27.170939.537744.7276
Yxy39.53770.24380.3548
Hunter Lab62.8790-32.90591.8407
CIE-Lab69.1390-37.6024-1.8827

#3fbbab color RGB value is (63,187,171).

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

The process color (four color CMYK) of #3fbbab color hex is 0.66, 0.00, 0.09, 0.27. Web safe color of #3fbbab is #33cc99. Color #3fbbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111011 10101011
Octal 77 273 253
Decimal 63 187 171
Hex 3F BB AB

RGB Percentages of Color #3fbbab

%14.96
%44.42
%40.62

CMYK Percentages of Color #3fbbab

%66
%0
%9
%27

Triadic Colors of #3fbbab

#3fbbab #ab3fbb #bbab3f

Analogous Colors of #3fbbab

#3fbbab #3f8dbb #3fbb6d

Monochromatic Colors of #3fbbab

#3fbbab

Complementary Color

#3fbbab #bb3f4f

#3fbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbbab Color CSS Codes

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

#3fbbab Text Font Color

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

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


#3fbbab Background Color

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

This div background color is #3fbbab


#3fbbab Border Color

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

This div border color is #3fbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbbab


Comments

No comments written yet.

Please login to write comment.