Color Hex Logo

#66aaeb Color Hex

#66AAEB
(102,170,235)
0 Favorites   0 Comments

Color spaces of #66aaeb

RGB 102170235
HSL0.580.770.66
HSV209°57°92°
CMYK 0.570.280.00   0.08
XYZ34.849637.572484.0127
Yxy37.57240.22280.2402
Hunter Lab61.2963-5.7836-38.3554
CIE-Lab67.7043-2.9261-39.1213

#66aaeb color RGB value is (102,170,235).

#66aaeb hex color red value is 102, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #66aaeb hue: 0.58 , saturation: 0.77 and the lightness value of 66aaeb is 0.66.

The process color (four color CMYK) of #66aaeb color hex is 0.57, 0.28, 0.00, 0.08. Web safe color of #66aaeb is #6699ff. Color #66aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101010 11101011
Octal 146 252 353
Decimal 102 170 235
Hex 66 AA EB

RGB Percentages of Color #66aaeb

%20.12
%33.53
%46.35

CMYK Percentages of Color #66aaeb

%57
%28
%0
%8

Triadic Colors of #66aaeb

#66aaeb #eb66aa #aaeb66

Analogous Colors of #66aaeb

#66aaeb #6668eb #66ebea

Monochromatic Colors of #66aaeb

#66aaeb

Complementary Color

#66aaeb #eba766

#66aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aaeb Color CSS Codes

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

#66aaeb Text Font Color

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

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


#66aaeb Background Color

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

This div background color is #66aaeb


#66aaeb Border Color

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

This div border color is #66aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aaeb


Comments

No comments written yet.

Please login to write comment.