Color Hex Logo

#3fb8ab Color Hex

#3FB8AB
(63,184,171)
0 Favorites   0 Comments

Color spaces of #3fb8ab

RGB 63184171
HSL0.480.490.48
HSV174°66°72°
CMYK 0.660.000.07   0.28
XYZ26.541138.278044.5176
Yxy38.27800.24270.3501
Hunter Lab61.8692-31.69690.6467
CIE-Lab68.2250-36.2277-3.2255

#3fb8ab color RGB value is (63,184,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111000 10101011
Octal 77 270 253
Decimal 63 184 171
Hex 3F B8 AB

RGB Percentages of Color #3fb8ab

%15.07
%44.02
%40.91

CMYK Percentages of Color #3fb8ab

%66
%0
%7
%28

Triadic Colors of #3fb8ab

#3fb8ab #ab3fb8 #b8ab3f

Analogous Colors of #3fb8ab

#3fb8ab #3f89b8 #3fb86f

Monochromatic Colors of #3fb8ab

#3fb8ab

Complementary Color

#3fb8ab #b83f4c

#3fb8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb8ab Color CSS Codes

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

#3fb8ab Text Font Color

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

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


#3fb8ab Background Color

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

This div background color is #3fb8ab


#3fb8ab Border Color

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

This div border color is #3fb8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb8ab


Comments

No comments written yet.

Please login to write comment.