Color Hex Logo

#66aeff Color Hex

#66AEFF
(102,174,255)
0 Favorites   0 Comments

Color spaces of #66aeff

RGB 102174255
HSL0.591.000.70
HSV212°60°100°
CMYK 0.600.320.00   0.00
XYZ38.665540.3169100.3518
Yxy40.31690.21560.2248
Hunter Lab63.4956-2.4201-49.2581
CIE-Lab69.69461.1068-46.8845

#66aeff color RGB value is (102,174,255).

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

The process color (four color CMYK) of #66aeff color hex is 0.60, 0.32, 0.00, 0.00. Web safe color of #66aeff is #6699ff. Color #66aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 11111111
Octal 146 256 377
Decimal 102 174 255
Hex 66 AE FF

RGB Percentages of Color #66aeff

%19.21
%32.77
%48.02

CMYK Percentages of Color #66aeff

%60
%32
%0
%0

Triadic Colors of #66aeff

#66aeff #ff66ae #aeff66

Analogous Colors of #66aeff

#66aeff #6b66ff #66fbff

Monochromatic Colors of #66aeff

#66aeff

Complementary Color

#66aeff #ffb766

#66aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aeff Color CSS Codes

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

#66aeff Text Font Color

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

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


#66aeff Background Color

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

This div background color is #66aeff


#66aeff Border Color

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

This div border color is #66aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aeff

Related Colors

#66aeff Color Palettes


Comments

No comments written yet.

Please login to write comment.