Color Hex Logo

#4dbbdb Color Hex

#4DBBDB
(77,187,219)
0 Favorites   0 Comments

Color spaces of #4dbbdb

RGB 77187219
HSL0.540.660.58
HSV194°65°86°
CMYK 0.650.150.00   0.14
XYZ33.617142.232973.3978
Yxy42.23290.22520.2830
Hunter Lab64.9868-21.3906-21.4728
CIE-Lab71.0312-21.5358-25.3091

#4dbbdb color RGB value is (77,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111011 11011011
Octal 115 273 333
Decimal 77 187 219
Hex 4D BB DB

RGB Percentages of Color #4dbbdb

%15.94
%38.72
%45.34

CMYK Percentages of Color #4dbbdb

%65
%15
%0
%14

Triadic Colors of #4dbbdb

#4dbbdb #db4dbb #bbdb4d

Analogous Colors of #4dbbdb

#4dbbdb #4d74db #4ddbb4

Monochromatic Colors of #4dbbdb

#4dbbdb

Complementary Color

#4dbbdb #db6d4d

#4dbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbbdb Color CSS Codes

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

#4dbbdb Text Font Color

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

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


#4dbbdb Background Color

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

This div background color is #4dbbdb


#4dbbdb Border Color

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

This div border color is #4dbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbbdb


Comments

No comments written yet.

Please login to write comment.