Color Hex Logo

#66abec Color Hex

#66ABEC
(102,171,236)
0 Favorites   0 Comments

Color spaces of #66abec

RGB 102171236
HSL0.580.780.66
HSV209°57°93°
CMYK 0.570.280.00   0.07
XYZ35.182738.006784.8386
Yxy38.00670.22260.2405
Hunter Lab61.6496-6.0189-38.4368
CIE-Lab68.0256-3.1743-39.1665

#66abec color RGB value is (102,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101011 11101100
Octal 146 253 354
Decimal 102 171 236
Hex 66 AB EC

RGB Percentages of Color #66abec

%20.04
%33.60
%46.37

CMYK Percentages of Color #66abec

%57
%28
%0
%7

Triadic Colors of #66abec

#66abec #ec66ab #abec66

Analogous Colors of #66abec

#66abec #6668ec #66ecea

Monochromatic Colors of #66abec

#66abec

Complementary Color

#66abec #eca766

#66abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#66abec Color CSS Codes

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

#66abec Text Font Color

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

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


#66abec Background Color

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

This div background color is #66abec


#66abec Border Color

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

This div border color is #66abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66abec


Comments

No comments written yet.

Please login to write comment.