Color Hex Logo

#66bbcc Color Hex

#66BBCC
(102,187,204)
0 Favorites   0 Comments

Color spaces of #66bbcc

RGB 102187204
HSL0.530.500.60
HSV190°50°80°
CMYK 0.500.080.00   0.20
XYZ34.148942.725163.5737
Yxy42.72510.24310.3042
Hunter Lab65.3644-21.1325-11.9106
CIE-Lab71.3680-21.1327-16.5269

#66bbcc color RGB value is (102,187,204). This hex color code is also a web safe color which is equal to #6BC.

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 11001100
Octal 146 273 314
Decimal 102 187 204
Hex 66 BB CC

RGB Percentages of Color #66bbcc

%20.69
%37.93
%41.38

CMYK Percentages of Color #66bbcc

%50
%8
%0
%20

Triadic Colors of #66bbcc

#66bbcc #cc66bb #bbcc66

Analogous Colors of #66bbcc

#66bbcc #6688cc #66ccaa

Monochromatic Colors of #66bbcc

#66bbcc

Complementary Color

#66bbcc #cc7766

#66bbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bbcc Color CSS Codes

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

#66bbcc Text Font Color

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

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


#66bbcc Background Color

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

This div background color is #66bbcc


#66bbcc Border Color

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

This div border color is #66bbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bbcc


Comments

No comments written yet.

Please login to write comment.