Color Hex Logo

#66dbdb Color Hex

#66DBDB
(102,219,219)
0 Favorites   0 Comments

Color spaces of #66dbdb

RGB 102219219
HSL0.500.620.63
HSV180°53°86°
CMYK 0.530.000.00   0.14
XYZ43.597258.602376.0314
Yxy58.60230.24460.3288
Hunter Lab76.5521-32.3087-5.3002
CIE-Lab81.0725-32.8103-10.0693

#66dbdb color RGB value is (102,219,219).

#66dbdb hex color red value is 102, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #66dbdb hue: 0.50 , saturation: 0.62 and the lightness value of 66dbdb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011011 11011011
Octal 146 333 333
Decimal 102 219 219
Hex 66 DB DB

RGB Percentages of Color #66dbdb

%18.89
%40.56
%40.56

CMYK Percentages of Color #66dbdb

%53
%0
%0
%14

Triadic Colors of #66dbdb

#66dbdb #db66db #dbdb66

Analogous Colors of #66dbdb

#66dbdb #66a1db #66dba1

Monochromatic Colors of #66dbdb

#66dbdb

Complementary Color

#66dbdb #db6666

#66dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dbdb Color CSS Codes

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

#66dbdb Text Font Color

<p style="color:#66dbdb">Text here</p>

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


#66dbdb Background Color

<div style="background-color:#66dbdb">
Div content here</div>

This div background color is #66dbdb


#66dbdb Border Color

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

This div border color is #66dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dbdb


Comments

No comments written yet.

Please login to write comment.