Color Hex Logo

#66b1bd Color Hex

#66B1BD
(102,177,189)
0 Favorites   0 Comments

Color spaces of #66b1bd

RGB 102177189
HSL0.520.400.57
HSV188°46°74°
CMYK 0.460.060.00   0.26
XYZ30.386937.943253.8663
Yxy37.94320.24870.3105
Hunter Lab61.5981-19.7409-8.7293
CIE-Lab67.9787-20.0876-13.3882

#66b1bd color RGB value is (102,177,189).

#66b1bd hex color red value is 102, green value is 177 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #66b1bd hue: 0.52 , saturation: 0.40 and the lightness value of 66b1bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10110001 10111101
Octal 146 261 275
Decimal 102 177 189
Hex 66 B1 BD

RGB Percentages of Color #66b1bd

%21.79
%37.82
%40.38

CMYK Percentages of Color #66b1bd

%46
%6
%0
%26

Triadic Colors of #66b1bd

#66b1bd #bd66b1 #b1bd66

Analogous Colors of #66b1bd

#66b1bd #6686bd #66bd9e

Monochromatic Colors of #66b1bd

#66b1bd

Complementary Color

#66b1bd #bd7266

#66b1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66b1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66b1bd Color CSS Codes

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

#66b1bd Text Font Color

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

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


#66b1bd Background Color

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

This div background color is #66b1bd


#66b1bd Border Color

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

This div border color is #66b1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66b1bd


Comments

No comments written yet.

Please login to write comment.