Color Hex Logo

#66adda Color Hex

#66ADDA
(102,173,218)
0 Favorites   0 Comments

Color spaces of #66adda

RGB 102173218
HSL0.560.610.63
HSV203°53°85°
CMYK 0.530.210.00   0.15
XYZ33.077937.773971.8774
Yxy37.77390.23180.2647
Hunter Lab61.4605-11.4875-26.3167
CIE-Lab67.8536-9.7402-29.5683

#66adda color RGB value is (102,173,218).

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

The process color (four color CMYK) of #66adda color hex is 0.53, 0.21, 0.00, 0.15. Web safe color of #66adda is #6699cc. Color #66adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 11011010
Octal 146 255 332
Decimal 102 173 218
Hex 66 AD DA

RGB Percentages of Color #66adda

%20.69
%35.09
%44.22

CMYK Percentages of Color #66adda

%53
%21
%0
%15

Triadic Colors of #66adda

#66adda #da66ad #adda66

Analogous Colors of #66adda

#66adda #6673da #66dacd

Monochromatic Colors of #66adda

#66adda

Complementary Color

#66adda #da9366

#66adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#66adda Color CSS Codes

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

#66adda Text Font Color

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

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


#66adda Background Color

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

This div background color is #66adda


#66adda Border Color

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

This div border color is #66adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66adda

#66adda Color Palettes


Comments

No comments written yet.

Please login to write comment.