Color Hex Logo

#66baca Color Hex

#66BACA
(102,186,202)
0 Favorites   0 Comments

Color spaces of #66baca

RGB 102186202
HSL0.530.490.60
HSV190°50°79°
CMYK 0.500.080.00   0.21
XYZ33.699142.206962.2477
Yxy42.20690.24390.3055
Hunter Lab64.9668-21.1018-11.3317
CIE-Lab71.0133-21.1715-15.9680

#66baca color RGB value is (102,186,202).

#66baca hex color red value is 102, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #66baca hue: 0.53 , saturation: 0.49 and the lightness value of 66baca is 0.60.

The process color (four color CMYK) of #66baca color hex is 0.50, 0.08, 0.00, 0.21. Web safe color of #66baca is #66cccc. Color #66baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111010 11001010
Octal 146 272 312
Decimal 102 186 202
Hex 66 BA CA

RGB Percentages of Color #66baca

%20.82
%37.96
%41.22

CMYK Percentages of Color #66baca

%50
%8
%0
%21

Triadic Colors of #66baca

#66baca #ca66ba #baca66

Analogous Colors of #66baca

#66baca #6688ca #66caa8

Monochromatic Colors of #66baca

#66baca

Complementary Color

#66baca #ca7666

#66baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#66baca Color CSS Codes

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

#66baca Text Font Color

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

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


#66baca Background Color

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

This div background color is #66baca


#66baca Border Color

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

This div border color is #66baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66baca


Comments

No comments written yet.

Please login to write comment.