Color Hex Logo

#66aeeb Color Hex

#66AEEB
(102,174,235)
0 Favorites   0 Comments

Color spaces of #66aeeb

RGB 102174235
HSL0.580.770.66
HSV208°57°92°
CMYK 0.570.260.00   0.08
XYZ35.610939.095084.2665
Yxy39.09500.22400.2459
Hunter Lab62.5260-7.7580-36.1371
CIE-Lab68.8200-5.1482-37.3821

#66aeeb color RGB value is (102,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 11101011
Octal 146 256 353
Decimal 102 174 235
Hex 66 AE EB

RGB Percentages of Color #66aeeb

%19.96
%34.05
%45.99

CMYK Percentages of Color #66aeeb

%57
%26
%0
%8

Triadic Colors of #66aeeb

#66aeeb #eb66ae #aeeb66

Analogous Colors of #66aeeb

#66aeeb #666ceb #66ebe6

Monochromatic Colors of #66aeeb

#66aeeb

Complementary Color

#66aeeb #eba366

#66aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aeeb Color CSS Codes

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

#66aeeb Text Font Color

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

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


#66aeeb Background Color

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

This div background color is #66aeeb


#66aeeb Border Color

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

This div border color is #66aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aeeb


Comments

No comments written yet.

Please login to write comment.