Color Hex Logo

#66aefb Color Hex

#66AEFB
(102,174,251)
0 Favorites   0 Comments

Color spaces of #66aefb

RGB 102174251
HSL0.590.950.69
HSV211°59°98°
CMYK 0.590.310.00   0.02
XYZ38.028140.061996.9952
Yxy40.06190.21720.2288
Hunter Lab63.2945-3.5203-46.5524
CIE-Lab69.5136-0.1599-45.0019

#66aefb color RGB value is (102,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 11111011
Octal 146 256 373
Decimal 102 174 251
Hex 66 AE FB

RGB Percentages of Color #66aefb

%19.35
%33.02
%47.63

CMYK Percentages of Color #66aefb

%59
%31
%0
%2

Triadic Colors of #66aefb

#66aefb #fb66ae #aefb66

Analogous Colors of #66aefb

#66aefb #6966fb #66f9fb

Monochromatic Colors of #66aefb

#66aefb

Complementary Color

#66aefb #fbb366

#66aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aefb Color CSS Codes

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

#66aefb Text Font Color

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

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


#66aefb Background Color

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

This div background color is #66aefb


#66aefb Border Color

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

This div border color is #66aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.