Color Hex Logo

#66dabf Color Hex

#66DABF
(102,218,191)
0 Favorites   0 Comments

Color spaces of #66dabf

RGB 102218191
HSL0.460.610.63
HSV166°53°85°
CMYK 0.530.000.12   0.15
XYZ39.954956.729258.1342
Yxy56.72920.25810.3664
Hunter Lab75.3188-37.11776.9606
CIE-Lab80.0270-39.35613.3129

#66dabf color RGB value is (102,218,191).

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

The process color (four color CMYK) of #66dabf color hex is 0.53, 0.00, 0.12, 0.15. Web safe color of #66dabf is #66cccc. Color #66dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011010 10111111
Octal 146 332 277
Decimal 102 218 191
Hex 66 DA BF

RGB Percentages of Color #66dabf

%19.96
%42.66
%37.38

CMYK Percentages of Color #66dabf

%53
%0
%12
%15

Triadic Colors of #66dabf

#66dabf #bf66da #dabf66

Analogous Colors of #66dabf

#66dabf #66bbda #66da85

Monochromatic Colors of #66dabf

#66dabf

Complementary Color

#66dabf #da6681

#66dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dabf Color CSS Codes

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

#66dabf Text Font Color

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

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


#66dabf Background Color

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

This div background color is #66dabf


#66dabf Border Color

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

This div border color is #66dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dabf


Comments

No comments written yet.

Please login to write comment.