Color Hex Logo

#4dbddb Color Hex

#4DBDDB
(77,189,219)
0 Favorites   0 Comments

Color spaces of #4dbddb

RGB 77189219
HSL0.540.660.58
HSV193°65°86°
CMYK 0.650.140.00   0.14
XYZ34.044343.087473.5402
Yxy43.08740.22590.2860
Hunter Lab65.6410-22.2938-20.4762
CIE-Lab71.6143-22.5574-24.4172

#4dbddb color RGB value is (77,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111101 11011011
Octal 115 275 333
Decimal 77 189 219
Hex 4D BD DB

RGB Percentages of Color #4dbddb

%15.88
%38.97
%45.15

CMYK Percentages of Color #4dbddb

%65
%14
%0
%14

Triadic Colors of #4dbddb

#4dbddb #db4dbd #bddb4d

Analogous Colors of #4dbddb

#4dbddb #4d76db #4ddbb2

Monochromatic Colors of #4dbddb

#4dbddb

Complementary Color

#4dbddb #db6b4d

#4dbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbddb Color CSS Codes

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

#4dbddb Text Font Color

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

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


#4dbddb Background Color

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

This div background color is #4dbddb


#4dbddb Border Color

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

This div border color is #4dbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbddb


Comments

No comments written yet.

Please login to write comment.