Color Hex Logo

#66bcb6 Color Hex

#66BCB6
(102,188,182)
0 Favorites   0 Comments

Color spaces of #66bcb6

RGB 102188182
HSL0.490.390.57
HSV176°46°74°
CMYK 0.460.000.03   0.26
XYZ31.906242.168650.7137
Yxy42.16860.25570.3379
Hunter Lab64.9374-25.9365-0.8472
CIE-Lab70.9870-27.4487-5.0534

#66bcb6 color RGB value is (102,188,182).

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

The process color (four color CMYK) of #66bcb6 color hex is 0.46, 0.00, 0.03, 0.26. Web safe color of #66bcb6 is #66cccc. Color #66bcb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111100 10110110
Octal 146 274 266
Decimal 102 188 182
Hex 66 BC B6

RGB Percentages of Color #66bcb6

%21.61
%39.83
%38.56

CMYK Percentages of Color #66bcb6

%46
%0
%3
%26

Triadic Colors of #66bcb6

#66bcb6 #b666bc #bcb666

Analogous Colors of #66bcb6

#66bcb6 #6697bc #66bc8b

Monochromatic Colors of #66bcb6

#66bcb6

Complementary Color

#66bcb6 #bc666c

#66bcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bcb6 Color CSS Codes

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

#66bcb6 Text Font Color

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

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


#66bcb6 Background Color

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

This div background color is #66bcb6


#66bcb6 Border Color

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

This div border color is #66bcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bcb6


Comments

No comments written yet.

Please login to write comment.