Color Hex Logo

#66abea Color Hex

#66ABEA
(102,171,234)
0 Favorites   0 Comments

Color spaces of #66abea

RGB 102171234
HSL0.580.760.66
HSV209°56°92°
CMYK 0.560.270.00   0.08
XYZ34.893737.891183.3165
Yxy37.89110.22350.2427
Hunter Lab61.5557-6.5374-37.1608
CIE-Lab67.9403-3.7924-38.2062

#66abea color RGB value is (102,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101011 11101010
Octal 146 253 352
Decimal 102 171 234
Hex 66 AB EA

RGB Percentages of Color #66abea

%20.12
%33.73
%46.15

CMYK Percentages of Color #66abea

%56
%27
%0
%8

Triadic Colors of #66abea

#66abea #ea66ab #abea66

Analogous Colors of #66abea

#66abea #6669ea #66eae7

Monochromatic Colors of #66abea

#66abea

Complementary Color

#66abea #eaa566

#66abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#66abea Color CSS Codes

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

#66abea Text Font Color

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

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


#66abea Background Color

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

This div background color is #66abea


#66abea Border Color

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

This div border color is #66abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66abea


Comments

No comments written yet.

Please login to write comment.