Color Hex Logo

#66baad Color Hex

#66BAAD
(102,186,173)
1 Favorites   0 Comments

Color spaces of #66baad

RGB 102186173
HSL0.470.380.56
HSV171°45°73°
CMYK 0.450.000.07   0.27
XYZ30.581240.959745.8294
Yxy40.95970.26060.3490
Hunter Lab63.9998-26.70642.3430
CIE-Lab70.1477-28.7094-1.3545

#66baad color RGB value is (102,186,173).

#66baad hex color red value is 102, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #66baad hue: 0.47 , saturation: 0.38 and the lightness value of 66baad is 0.56.

The process color (four color CMYK) of #66baad color hex is 0.45, 0.00, 0.07, 0.27. Web safe color of #66baad is #66cc99. Color #66baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111010 10101101
Octal 146 272 255
Decimal 102 186 173
Hex 66 BA AD

RGB Percentages of Color #66baad

%22.13
%40.35
%37.53

CMYK Percentages of Color #66baad

%45
%0
%7
%27

Triadic Colors of #66baad

#66baad #ad66ba #baad66

Analogous Colors of #66baad

#66baad #669dba #66ba83

Monochromatic Colors of #66baad

#66baad

Complementary Color

#66baad #ba6673

#66baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#66baad Color CSS Codes

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

#66baad Text Font Color

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

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


#66baad Background Color

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

This div background color is #66baad


#66baad Border Color

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

This div border color is #66baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66baad

#66baad Color Palettes


Comments

No comments written yet.

Please login to write comment.