Color Hex Logo

#3fb0bb Color Hex

#3FB0BB
(63,176,187)
0 Favorites   0 Comments

Color spaces of #3fb0bb

RGB 63176187
HSL0.510.500.49
HSV185°66°73°
CMYK 0.660.060.00   0.27
XYZ26.544935.695352.5045
Yxy35.69530.23130.3111
Hunter Lab59.7455-25.2473-10.2823
CIE-Lab66.2865-27.8563-14.9615

#3fb0bb color RGB value is (63,176,187).

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

The process color (four color CMYK) of #3fb0bb color hex is 0.66, 0.06, 0.00, 0.27. Web safe color of #3fb0bb is #3399cc. Color #3fb0bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10110000 10111011
Octal 77 260 273
Decimal 63 176 187
Hex 3F B0 BB

RGB Percentages of Color #3fb0bb

%14.79
%41.31
%43.90

CMYK Percentages of Color #3fb0bb

%66
%6
%0
%27

Triadic Colors of #3fb0bb

#3fb0bb #bb3fb0 #b0bb3f

Analogous Colors of #3fb0bb

#3fb0bb #3f72bb #3fbb88

Monochromatic Colors of #3fb0bb

#3fb0bb

Complementary Color

#3fb0bb #bb4a3f

#3fb0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb0bb Color CSS Codes

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

#3fb0bb Text Font Color

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

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


#3fb0bb Background Color

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

This div background color is #3fb0bb


#3fb0bb Border Color

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

This div border color is #3fb0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb0bb


Comments

No comments written yet.

Please login to write comment.