Color Hex Logo

#66ddba Color Hex

#66DDBA
(102,221,186)
0 Favorites   0 Comments

Color spaces of #66ddba

RGB 102221186
HSL0.450.640.63
HSV162°54°87°
CMYK 0.540.000.16   0.13
XYZ40.198958.082955.5468
Yxy58.08290.26130.3776
Hunter Lab76.2121-39.219510.1353
CIE-Lab80.7849-41.86177.0633

#66ddba color RGB value is (102,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011101 10111010
Octal 146 335 272
Decimal 102 221 186
Hex 66 DD BA

RGB Percentages of Color #66ddba

%20.04
%43.42
%36.54

CMYK Percentages of Color #66ddba

%54
%0
%16
%13

Triadic Colors of #66ddba

#66ddba #ba66dd #ddba66

Analogous Colors of #66ddba

#66ddba #66c5dd #66dd7f

Monochromatic Colors of #66ddba

#66ddba

Complementary Color

#66ddba #dd6689

#66ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ddba Color CSS Codes

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

#66ddba Text Font Color

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

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


#66ddba Background Color

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

This div background color is #66ddba


#66ddba Border Color

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

This div border color is #66ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ddba


Comments

No comments written yet.

Please login to write comment.