Color Hex Logo

#66daab Color Hex

#66DAAB
(102,218,171)
0 Favorites   0 Comments

Color spaces of #66daab

RGB 102218171
HSL0.430.610.63
HSV156°53°85°
CMYK 0.530.000.22   0.15
XYZ37.901655.907947.3218
Yxy55.90790.26860.3961
Hunter Lab74.7716-40.368914.8164
CIE-Lab79.5614-43.878313.2664

#66daab color RGB value is (102,218,171).

#66daab hex color red value is 102, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #66daab hue: 0.43 , saturation: 0.61 and the lightness value of 66daab is 0.63.

The process color (four color CMYK) of #66daab color hex is 0.53, 0.00, 0.22, 0.15. Web safe color of #66daab is #66cc99. Color #66daab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011010 10101011
Octal 146 332 253
Decimal 102 218 171
Hex 66 DA AB

RGB Percentages of Color #66daab

%20.77
%44.40
%34.83

CMYK Percentages of Color #66daab

%53
%0
%22
%15

Triadic Colors of #66daab

#66daab #ab66da #daab66

Analogous Colors of #66daab

#66daab #66cfda #66da71

Monochromatic Colors of #66daab

#66daab

Complementary Color

#66daab #da6695

#66daab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66daab Color Preview on White Background

Lorem ipsum dolor sit amet.

#66daab Color CSS Codes

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

#66daab Text Font Color

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

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


#66daab Background Color

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

This div background color is #66daab


#66daab Border Color

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

This div border color is #66daab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66daab


Comments

No comments written yet.

Please login to write comment.