Color Hex Logo

#66acbc Color Hex

#66ACBC
(102,172,188)
0 Favorites   0 Comments

Color spaces of #66acbc

RGB 102172188
HSL0.530.390.57
HSV191°46°74°
CMYK 0.460.090.00   0.26
XYZ29.309135.960752.9733
Yxy35.96070.24790.3041
Hunter Lab59.9672-17.7005-10.3980
CIE-Lab66.4899-17.7611-15.0762

#66acbc color RGB value is (102,172,188).

#66acbc hex color red value is 102, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #66acbc hue: 0.53 , saturation: 0.39 and the lightness value of 66acbc is 0.57.

The process color (four color CMYK) of #66acbc color hex is 0.46, 0.09, 0.00, 0.26. Web safe color of #66acbc is #6699cc. Color #66acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101100 10111100
Octal 146 254 274
Decimal 102 172 188
Hex 66 AC BC

RGB Percentages of Color #66acbc

%22.08
%37.23
%40.69

CMYK Percentages of Color #66acbc

%46
%9
%0
%26

Triadic Colors of #66acbc

#66acbc #bc66ac #acbc66

Analogous Colors of #66acbc

#66acbc #6681bc #66bca1

Monochromatic Colors of #66acbc

#66acbc

Complementary Color

#66acbc #bc7666

#66acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66acbc Color CSS Codes

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

#66acbc Text Font Color

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

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


#66acbc Background Color

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

This div background color is #66acbc


#66acbc Border Color

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

This div border color is #66acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66acbc

#66acbc Color Palettes


Comments

No comments written yet.

Please login to write comment.