Color Hex Logo

#66acef Color Hex

#66ACEF
(102,172,239)
0 Favorites   0 Comments

Color spaces of #66acef

RGB 102172239
HSL0.580.810.67
HSV209°57°94°
CMYK 0.570.280.00   0.06
XYZ35.812038.561887.2170
Yxy38.56180.22160.2386
Hunter Lab62.0981-5.7308-39.8042
CIE-Lab68.4327-2.8012-40.1686

#66acef color RGB value is (102,172,239).

#66acef hex color red value is 102, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #66acef hue: 0.58 , saturation: 0.81 and the lightness value of 66acef is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101100 11101111
Octal 146 254 357
Decimal 102 172 239
Hex 66 AC EF

RGB Percentages of Color #66acef

%19.88
%33.53
%46.59

CMYK Percentages of Color #66acef

%57
%28
%0
%6

Triadic Colors of #66acef

#66acef #ef66ac #acef66

Analogous Colors of #66acef

#66acef #6668ef #66efee

Monochromatic Colors of #66acef

#66acef

Complementary Color

#66acef #efa966

#66acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#66acef Color CSS Codes

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

#66acef Text Font Color

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

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


#66acef Background Color

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

This div background color is #66acef


#66acef Border Color

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

This div border color is #66acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66acef


Comments

No comments written yet.

Please login to write comment.