Color Hex Logo

#4ddbdb Color Hex

#4DDBDB
(77,219,219)
1 Favorites   0 Comments

Color spaces of #4ddbdb

RGB 77219219
HSL0.500.660.58
HSV180°65°86°
CMYK 0.650.000.00   0.14
XYZ41.178357.355375.9182
Yxy57.35530.23600.3288
Hunter Lab75.7333-35.4778-6.4215
CIE-Lab80.3790-37.0888-11.1769

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011011 11011011
Octal 115 333 333
Decimal 77 219 219
Hex 4D DB DB

RGB Percentages of Color #4ddbdb

%14.95
%42.52
%42.52

CMYK Percentages of Color #4ddbdb

%65
%0
%0
%14

Triadic Colors of #4ddbdb

#4ddbdb #db4ddb #dbdb4d

Analogous Colors of #4ddbdb

#4ddbdb #4d94db #4ddb94

Monochromatic Colors of #4ddbdb

#4ddbdb

Complementary Color

#4ddbdb #db4d4d

#4ddbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddbdb Color CSS Codes

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

#4ddbdb Text Font Color

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

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


#4ddbdb Background Color

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

This div background color is #4ddbdb


#4ddbdb Border Color

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

This div border color is #4ddbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddbdb


Comments

No comments written yet.

Please login to write comment.