Color Hex Logo

#66bbb1 Color Hex

#66BBB1
(102,187,177)
0 Favorites   0 Comments

Color spaces of #66bbb1

RGB 102187177
HSL0.480.380.57
HSV173°45°73°
CMYK 0.450.000.05   0.27
XYZ31.185641.539847.9693
Yxy41.53980.25840.3442
Hunter Lab64.4514-26.42050.9881
CIE-Lab70.5525-28.2117-2.9540

#66bbb1 color RGB value is (102,187,177).

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

The process color (four color CMYK) of #66bbb1 color hex is 0.45, 0.00, 0.05, 0.27. Web safe color of #66bbb1 is #66cc99. Color #66bbb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 10110001
Octal 146 273 261
Decimal 102 187 177
Hex 66 BB B1

RGB Percentages of Color #66bbb1

%21.89
%40.13
%37.98

CMYK Percentages of Color #66bbb1

%45
%0
%5
%27

Triadic Colors of #66bbb1

#66bbb1 #b166bb #bbb166

Analogous Colors of #66bbb1

#66bbb1 #669bbb #66bb87

Monochromatic Colors of #66bbb1

#66bbb1

Complementary Color

#66bbb1 #bb6670

#66bbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bbb1 Color CSS Codes

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

#66bbb1 Text Font Color

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

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


#66bbb1 Background Color

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

This div background color is #66bbb1


#66bbb1 Border Color

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

This div border color is #66bbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bbb1


Comments

No comments written yet.

Please login to write comment.