color codes Logo

#66cad6 color codes

#66CAD6
(102,202,214)
0 Favorites   0 Comments

Color spaces of #66cad6

RGB 102202214
HSL0.520.580.62
HSV186°52°84°
CMYK 0.520.060.00   0.16
XYZ38.737649.920971.2123
Yxy49.92090.24230.3123
Hunter Lab70.6547-25.7802-10.2996
CIE-Lab76.0207-25.9305-14.9484

#66cad6 color RGB value is (102,202,214).

#66cad6 hex color red value is 102, green value is 202 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #66cad6 hue: 0.52 , saturation: 0.58 and the lightness value of 66cad6 is 0.62.

The process color (four color CMYK) of #66cad6 color code is 0.52, 0.06, 0.00, 0.16. Web safe color of #66cad6 is #66cccc. Color #66cad6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001010 11010110
Octal 146 312 326
Decimal 102 202 214
Hex 66 CA D6

RGB Percentages of Color #66cad6

%19.69
%39.00
%41.31

CMYK Percentages of Color #66cad6

%52
%6
%0
%16

Triadic Colors of #66cad6

#66cad6 #d666ca #cad666

Analogous Colors of #66cad6

#66cad6 #6692d6 #66d6aa

Monochromatic Colors of #66cad6

#66cad6

Complementary Color

#66cad6 #d67266

#66cad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cad6 Color CSS Codes

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

#66cad6 Text Font Color

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

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


#66cad6 Background Color

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

This div background color is #66cad6


#66cad6 Border Color

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

This div border color is #66cad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cad6


Comments

No comments written yet.

Please login to write comment.