Color Hex Logo

#3fb9ac Color Hex

#3FB9AC
(63,185,172)
0 Favorites   0 Comments

Color spaces of #3fb9ac

RGB 63185172
HSL0.480.490.49
HSV174°66°73°
CMYK 0.660.000.07   0.27
XYZ26.845338.733245.0911
Yxy38.73320.24260.3500
Hunter Lab62.2360-31.91760.6085
CIE-Lab68.5576-36.4173-3.2868

#3fb9ac color RGB value is (63,185,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111001 10101100
Octal 77 271 254
Decimal 63 185 172
Hex 3F B9 AC

RGB Percentages of Color #3fb9ac

%15.00
%44.05
%40.95

CMYK Percentages of Color #3fb9ac

%66
%0
%7
%27

Triadic Colors of #3fb9ac

#3fb9ac #ac3fb9 #b9ac3f

Analogous Colors of #3fb9ac

#3fb9ac #3f89b9 #3fb96f

Monochromatic Colors of #3fb9ac

#3fb9ac

Complementary Color

#3fb9ac #b93f4c

#3fb9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb9ac Color CSS Codes

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

#3fb9ac Text Font Color

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

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


#3fb9ac Background Color

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

This div background color is #3fb9ac


#3fb9ac Border Color

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

This div border color is #3fb9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb9ac


Comments

No comments written yet.

Please login to write comment.