Color Hex Logo

#66affb Color Hex

#66AFFB
(102,175,251)
1 Favorites   0 Comments

Color spaces of #66affb

RGB 102175251
HSL0.590.950.69
HSV211°59°98°
CMYK 0.590.300.00   0.02
XYZ38.222040.449897.0599
Yxy40.44980.21750.2302
Hunter Lab63.6002-4.0265-45.9621
CIE-Lab69.7887-0.7206-44.5703

#66affb color RGB value is (102,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101111 11111011
Octal 146 257 373
Decimal 102 175 251
Hex 66 AF FB

RGB Percentages of Color #66affb

%19.32
%33.14
%47.54

CMYK Percentages of Color #66affb

%59
%30
%0
%2

Triadic Colors of #66affb

#66affb #fb66af #affb66

Analogous Colors of #66affb

#66affb #6866fb #66fafb

Monochromatic Colors of #66affb

#66affb

Complementary Color

#66affb #fbb266

#66affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66affb Color CSS Codes

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

#66affb Text Font Color

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

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


#66affb Background Color

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

This div background color is #66affb


#66affb Border Color

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

This div border color is #66affb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,175,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 #66affb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66affb


Comments

No comments written yet.

Please login to write comment.