Color Hex Logo

#4fbbdb Color Hex

#4FBBDB
(79,187,219)
0 Favorites   0 Comments

Color spaces of #4fbbdb

RGB 79187219
HSL0.540.660.58
HSV194°64°86°
CMYK 0.640.150.00   0.14
XYZ33.781042.317473.4055
Yxy42.31740.22600.2831
Hunter Lab65.0518-21.1468-21.3675
CIE-Lab71.0892-21.2121-25.2152

#4fbbdb color RGB value is (79,187,219).

#4fbbdb hex color red value is 79, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4fbbdb hue: 0.54 , saturation: 0.66 and the lightness value of 4fbbdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 11011011
Octal 117 273 333
Decimal 79 187 219
Hex 4F BB DB

RGB Percentages of Color #4fbbdb

%16.29
%38.56
%45.15

CMYK Percentages of Color #4fbbdb

%64
%15
%0
%14

Triadic Colors of #4fbbdb

#4fbbdb #db4fbb #bbdb4f

Analogous Colors of #4fbbdb

#4fbbdb #4f75db #4fdbb5

Monochromatic Colors of #4fbbdb

#4fbbdb

Complementary Color

#4fbbdb #db6f4f

#4fbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbdb Color CSS Codes

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

#4fbbdb Text Font Color

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

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


#4fbbdb Background Color

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

This div background color is #4fbbdb


#4fbbdb Border Color

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

This div border color is #4fbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbdb


Comments

No comments written yet.

Please login to write comment.