Color Hex Logo

#66bddd Color Hex

#66BDDD
(102,189,221)
0 Favorites   0 Comments

Color spaces of #66bddd

RGB 102189221
HSL0.540.640.63
HSV196°54°87°
CMYK 0.540.140.00   0.13
XYZ36.728244.440475.0487
Yxy44.44040.23510.2845
Hunter Lab66.6636-18.3171-20.0831
CIE-Lab72.5219-17.3734-24.0440

#66bddd color RGB value is (102,189,221).

#66bddd hex color red value is 102, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #66bddd hue: 0.54 , saturation: 0.64 and the lightness value of 66bddd is 0.63.

The process color (four color CMYK) of #66bddd color hex is 0.54, 0.14, 0.00, 0.13. Web safe color of #66bddd is #66cccc. Color #66bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111101 11011101
Octal 146 275 335
Decimal 102 189 221
Hex 66 BD DD

RGB Percentages of Color #66bddd

%19.92
%36.91
%43.16

CMYK Percentages of Color #66bddd

%54
%14
%0
%13

Triadic Colors of #66bddd

#66bddd #dd66bd #bddd66

Analogous Colors of #66bddd

#66bddd #6682dd #66ddc2

Monochromatic Colors of #66bddd

#66bddd

Complementary Color

#66bddd #dd8666

#66bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bddd Color CSS Codes

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

#66bddd Text Font Color

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

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


#66bddd Background Color

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

This div background color is #66bddd


#66bddd Border Color

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

This div border color is #66bddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,189,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #66bddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bddd


Comments

No comments written yet.

Please login to write comment.