Color Hex Logo

#66ddbc Color Hex

#66DDBC
(102,221,188)
0 Favorites   0 Comments

Color spaces of #66ddbc

RGB 102221188
HSL0.450.640.63
HSV163°54°87°
CMYK 0.540.000.15   0.13
XYZ40.413058.168556.6746
Yxy58.16850.26030.3747
Hunter Lab76.2683-38.88609.3297
CIE-Lab80.8324-41.40146.0709

#66ddbc color RGB value is (102,221,188).

#66ddbc hex color red value is 102, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #66ddbc hue: 0.45 , saturation: 0.64 and the lightness value of 66ddbc is 0.63.

The process color (four color CMYK) of #66ddbc color hex is 0.54, 0.00, 0.15, 0.13. Web safe color of #66ddbc is #66cccc. Color #66ddbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011101 10111100
Octal 146 335 274
Decimal 102 221 188
Hex 66 DD BC

RGB Percentages of Color #66ddbc

%19.96
%43.25
%36.79

CMYK Percentages of Color #66ddbc

%54
%0
%15
%13

Triadic Colors of #66ddbc

#66ddbc #bc66dd #ddbc66

Analogous Colors of #66ddbc

#66ddbc #66c3dd #66dd81

Monochromatic Colors of #66ddbc

#66ddbc

Complementary Color

#66ddbc #dd6687

#66ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ddbc Color CSS Codes

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

#66ddbc Text Font Color

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

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


#66ddbc Background Color

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

This div background color is #66ddbc


#66ddbc Border Color

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

This div border color is #66ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ddbc


Comments

No comments written yet.

Please login to write comment.