Color Hex Logo

#66adfb Color Hex

#66ADFB
(102,173,251)
0 Favorites   0 Comments

Color spaces of #66adfb

RGB 102173251
HSL0.590.950.69
HSV211°59°98°
CMYK 0.590.310.00   0.02
XYZ37.835639.677096.9311
Yxy39.67700.21690.2274
Hunter Lab62.9897-3.0135-47.1451
CIE-Lab69.23890.4016-45.4332

#66adfb color RGB value is (102,173,251).

#66adfb hex color red value is 102, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #66adfb hue: 0.59 , saturation: 0.95 and the lightness value of 66adfb is 0.69.

The process color (four color CMYK) of #66adfb color hex is 0.59, 0.31, 0.00, 0.02. Web safe color of #66adfb is #6699ff. Color #66adfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 11111011
Octal 146 255 373
Decimal 102 173 251
Hex 66 AD FB

RGB Percentages of Color #66adfb

%19.39
%32.89
%47.72

CMYK Percentages of Color #66adfb

%59
%31
%0
%2

Triadic Colors of #66adfb

#66adfb #fb66ad #adfb66

Analogous Colors of #66adfb

#66adfb #6a66fb #66f8fb

Monochromatic Colors of #66adfb

#66adfb

Complementary Color

#66adfb #fbb466

#66adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66adfb Color CSS Codes

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

#66adfb Text Font Color

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

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


#66adfb Background Color

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

This div background color is #66adfb


#66adfb Border Color

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

This div border color is #66adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66adfb


Comments

No comments written yet.

Please login to write comment.