Color Hex Logo

#66bbba Color Hex

#66BBBA
(102,187,186)
0 Favorites   0 Comments

Color spaces of #66bbba

RGB 102187186
HSL0.500.380.57
HSV179°45°73°
CMYK 0.450.000.01   0.27
XYZ32.112741.910652.8514
Yxy41.91060.25310.3303
Hunter Lab64.7384-24.7494-3.0865
CIE-Lab70.8092-25.9344-7.5082

#66bbba color RGB value is (102,187,186).

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

The process color (four color CMYK) of #66bbba color hex is 0.45, 0.00, 0.01, 0.27. Web safe color of #66bbba is #66cccc. Color #66bbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 10111010
Octal 146 273 272
Decimal 102 187 186
Hex 66 BB BA

RGB Percentages of Color #66bbba

%21.47
%39.37
%39.16

CMYK Percentages of Color #66bbba

%45
%0
%1
%27

Triadic Colors of #66bbba

#66bbba #ba66bb #bbba66

Analogous Colors of #66bbba

#66bbba #6692bb #66bb90

Monochromatic Colors of #66bbba

#66bbba

Complementary Color

#66bbba #bb6667

#66bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bbba Color CSS Codes

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

#66bbba Text Font Color

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

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


#66bbba Background Color

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

This div background color is #66bbba


#66bbba Border Color

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

This div border color is #66bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bbba


Comments

No comments written yet.

Please login to write comment.