Color Hex Logo

#3fbbdb Color Hex

#3FBBDB
(63,187,219)
0 Favorites   0 Comments

Color spaces of #3fbbdb

RGB 63187219
HSL0.530.680.55
HSV192°71°86°
CMYK 0.710.150.00   0.14
XYZ32.606441.711973.3505
Yxy41.71190.22080.2825
Hunter Lab64.5848-22.9054-22.1278
CIE-Lab70.6718-23.5666-25.8910

#3fbbdb color RGB value is (63,187,219).

#3fbbdb hex color red value is 63, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3fbbdb hue: 0.53 , saturation: 0.68 and the lightness value of 3fbbdb is 0.55.

The process color (four color CMYK) of #3fbbdb color hex is 0.71, 0.15, 0.00, 0.14. Web safe color of #3fbbdb is #33cccc. Color #3fbbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111011 11011011
Octal 77 273 333
Decimal 63 187 219
Hex 3F BB DB

RGB Percentages of Color #3fbbdb

%13.43
%39.87
%46.70

CMYK Percentages of Color #3fbbdb

%71
%15
%0
%14

Triadic Colors of #3fbbdb

#3fbbdb #db3fbb #bbdb3f

Analogous Colors of #3fbbdb

#3fbbdb #3f6ddb #3fdbad

Monochromatic Colors of #3fbbdb

#3fbbdb

Complementary Color

#3fbbdb #db5f3f

#3fbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbbdb Color CSS Codes

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

#3fbbdb Text Font Color

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

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


#3fbbdb Background Color

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

This div background color is #3fbbdb


#3fbbdb Border Color

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

This div border color is #3fbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbbdb


Comments

No comments written yet.

Please login to write comment.