Color Hex Logo

#66ccdb Color Hex

#66CCDB
(102,204,219)
0 Favorites   0 Comments

Color spaces of #66ccdb

RGB 102204219
HSL0.520.620.63
HSV188°53°86°
CMYK 0.530.070.00   0.14
XYZ39.858551.125074.7852
Yxy51.12500.24040.3084
Hunter Lab71.5017-25.6236-11.9614
CIE-Lab76.7547-25.5525-16.5391

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001100 11011011
Octal 146 314 333
Decimal 102 204 219
Hex 66 CC DB

RGB Percentages of Color #66ccdb

%19.43
%38.86
%41.71

CMYK Percentages of Color #66ccdb

%53
%7
%0
%14

Triadic Colors of #66ccdb

#66ccdb #db66cc #ccdb66

Analogous Colors of #66ccdb

#66ccdb #6692db #66dbb0

Monochromatic Colors of #66ccdb

#66ccdb

Complementary Color

#66ccdb #db7566

#66ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ccdb Color CSS Codes

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

#66ccdb Text Font Color

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

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


#66ccdb Background Color

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

This div background color is #66ccdb


#66ccdb Border Color

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

This div border color is #66ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ccdb

#66ccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.