Color Hex Logo

#66d1bd Color Hex

#66D1BD
(102,209,189)
0 Favorites   0 Comments

Color spaces of #66d1bd

RGB 102209189
HSL0.470.540.61
HSV169°51°82°
CMYK 0.510.000.10   0.18
XYZ37.465352.099856.2258
Yxy52.09980.25700.3574
Hunter Lab72.1802-33.66454.3413
CIE-Lab77.3405-35.72300.4761

#66d1bd color RGB value is (102,209,189).

#66d1bd hex color red value is 102, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #66d1bd hue: 0.47 , saturation: 0.54 and the lightness value of 66d1bd is 0.61.

The process color (four color CMYK) of #66d1bd color hex is 0.51, 0.00, 0.10, 0.18. Web safe color of #66d1bd is #66cccc. Color #66d1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11010001 10111101
Octal 146 321 275
Decimal 102 209 189
Hex 66 D1 BD

RGB Percentages of Color #66d1bd

%20.40
%41.80
%37.80

CMYK Percentages of Color #66d1bd

%51
%0
%10
%18

Triadic Colors of #66d1bd

#66d1bd #bd66d1 #d1bd66

Analogous Colors of #66d1bd

#66d1bd #66b0d1 #66d188

Monochromatic Colors of #66d1bd

#66d1bd

Complementary Color

#66d1bd #d1667a

#66d1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66d1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66d1bd Color CSS Codes

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

#66d1bd Text Font Color

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

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


#66d1bd Background Color

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

This div background color is #66d1bd


#66d1bd Border Color

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

This div border color is #66d1bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,209,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 #66d1bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66d1bd


Comments

No comments written yet.

Please login to write comment.