Color Hex Logo

#66b9cc Color Hex

#66B9CC
(102,185,204)
0 Favorites   0 Comments

Color spaces of #66b9cc

RGB 102185204
HSL0.530.500.60
HSV191°50°80°
CMYK 0.500.090.00   0.20
XYZ33.727541.882363.4332
Yxy41.88230.24260.3012
Hunter Lab64.7165-20.2273-12.8127
CIE-Lab70.7897-20.1082-17.4007

#66b9cc color RGB value is (102,185,204).

#66b9cc hex color red value is 102, green value is 185 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #66b9cc hue: 0.53 , saturation: 0.50 and the lightness value of 66b9cc is 0.60.

The process color (four color CMYK) of #66b9cc color hex is 0.50, 0.09, 0.00, 0.20. Web safe color of #66b9cc is #66cccc. Color #66b9cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111001 11001100
Octal 146 271 314
Decimal 102 185 204
Hex 66 B9 CC

RGB Percentages of Color #66b9cc

%20.77
%37.68
%41.55

CMYK Percentages of Color #66b9cc

%50
%9
%0
%20

Triadic Colors of #66b9cc

#66b9cc #cc66b9 #b9cc66

Analogous Colors of #66b9cc

#66b9cc #6686cc #66ccac

Monochromatic Colors of #66b9cc

#66b9cc

Complementary Color

#66b9cc #cc7966

#66b9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66b9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66b9cc Color CSS Codes

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

#66b9cc Text Font Color

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

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


#66b9cc Background Color

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

This div background color is #66b9cc


#66b9cc Border Color

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

This div border color is #66b9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66b9cc


Comments

No comments written yet.

Please login to write comment.